nrfxlib API 3.3.99
Loading...
Searching...
No Matches

◆ sdc_hci_iso_data_put()

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.

Parameters
[in]p_data_inHCI ISO Data packet. The format is described in the Bluetooth Core Specification, Vol 4, Part E, 5.4.5 HCI ISO Data packets
Return values
0Success
-NRF_EINVALInvalid input
-NRF_EPERMThere is no data-path for the selected Handle
-NRF_EAGAINThe data is provided too late
-NRF_EFAULTFailure during processing of the data