Home
last modified time | relevance | path

Searched refs:avdtp_get_sep (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-3.7.0/subsys/bluetooth/host/classic/
Davdtp.c247 static struct bt_avdtp_sep *avdtp_get_sep(uint8_t stream_endpoint_id) in avdtp_get_sep() function
269 sep = avdtp_get_sep(net_buf_pull_u8(buf) >> 2); in avdtp_get_capabilities_handler()
345 sep = avdtp_get_sep(net_buf_pull_u8(buf) >> 2); in avdtp_process_configuration()
461 sep = avdtp_get_sep(net_buf_pull_u8(buf) >> 2); in avdtp_open_handler()
538 sep = avdtp_get_sep(net_buf_pull_u8(buf) >> 2); in avdtp_start_handler()
614 sep = avdtp_get_sep(net_buf_pull_u8(buf) >> 2); in avdtp_close_handler()
663 sep = avdtp_get_sep(net_buf_pull_u8(buf) >> 2); in avdtp_suspend_handler()
711 sep = avdtp_get_sep(net_buf_pull_u8(buf) >> 2); in avdtp_abort_handler()