Searched refs:client_ep (Results 1 – 1 of 1) sorted by relevance
204 const struct bt_bap_unicast_client_ep *client_ep = in audio_stream_by_ep_id() local207 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() local218 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() local461 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 …]