nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
le_audio_rx.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2023 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
7#ifndef _LE_AUDIO_RX_H_
8#define _LE_AUDIO_RX_H_
9
20void le_audio_rx_data_handler(uint8_t const *const p_data, size_t data_size, bool bad_frame,
21 uint32_t sdu_ref, enum audio_channel channel_index,
22 size_t desired_data_size);
23
30
31#endif /* _LE_AUDIO_RX_H_ */
audio_channel
Audio channel assignment values.
Definition: audio_defines.h:20
int le_audio_rx_init(void)
Initialize the receive audio path.
void le_audio_rx_data_handler(uint8_t const *const p_data, size_t data_size, bool bad_frame, uint32_t sdu_ref, enum audio_channel channel_index, size_t desired_data_size)
Data handler when ISO data has been received.