nRF Connect SDK API 2.8.99
|
typedef void(* le_audio_receive_cb) (const uint8_t *const data, size_t size, bool bad_frame, uint32_t sdu_ref, enum audio_channel channel_index, size_t desired_size) |
Callback for receiving Bluetooth LE Audio data.
data | Pointer to received data. |
size | Size of received data. |
bad_frame | Indicating if the frame is a bad frame or not. |
sdu_ref | ISO timestamp. |
channel_index | Audio channel index. |
desired_size | The expected data size. |