nRF Connect SDK API 3.3.99
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
18#ifndef _LE_AUDIO_RX_H_
19#define _LE_AUDIO_RX_H_
20
21#include <zephyr/bluetooth/audio/audio.h>
22#include <zephyr/net_buf.h>
23#include <audio_defines.h>
24
32void le_audio_rx_data_handler(struct net_buf *audio_frame_rx, struct audio_metadata *meta,
33 uint8_t location_index);
34
41
46#endif /* _LE_AUDIO_RX_H_ */
Globally accessible audio related defines.
int le_audio_rx_init(void)
Initialize the receive audio path.
void le_audio_rx_data_handler(struct net_buf *audio_frame_rx, struct audio_metadata *meta, uint8_t location_index)
Data handler when ISO data has been received.
Definition audio_defines.h:42