nrfxlib API 2.8.99
|
int32_t sdc_hci_iso_data_put | ( | uint8_t const * | p_data_in | ) |
#include <softdevice_controller/include/sdc_hci.h>
Send an HCI ISO data packet to the SoftDevice Controller.
If an error is returned, the HCI ISO data packet is dropped by the SoftDevice Controller and will not be further processed.
[in] | p_data_in | HCI Data packet. The first byte in the buffer should correspond to Handle, as specified by the Bluetooth Core Specification. |
0 | Success |
-NRF_EINVAL | Invalid input |
-NRF_EPERM | There is no data-path for the selected Handle |
-NRF_EAGAIN | The data is provided too late |
-NRF_EFAULT | Failure during processing of the data |