Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/audio/
Dbap_unicast_client.c204 const struct bt_bap_unicast_client_ep *client_ep = in audio_stream_by_ep_id() local
207 if (client_ep->ep.status.id == id) { in audio_stream_by_ep_id()
208 return client_ep->ep.stream; in audio_stream_by_ep_id()
215 const struct bt_bap_unicast_client_ep *client_ep = in audio_stream_by_ep_id() local
218 if (client_ep->ep.status.id == id) { in audio_stream_by_ep_id()
219 return client_ep->ep.stream; in audio_stream_by_ep_id()
457 struct bt_bap_unicast_client_ep *client_ep; in unicast_client_ep_init() local
461 client_ep = CONTAINER_OF(ep, struct bt_bap_unicast_client_ep, ep); in unicast_client_ep_init()
464 client_ep->handle = handle; in unicast_client_ep_init()
468 k_work_init_delayable(&client_ep->ase_read_work, delayed_ase_read_handler); in unicast_client_ep_init()
[all …]