Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Dbap_unicast_client.c138 } uni_cli_insts[CONFIG_BT_MAX_CONN]; variable
211 for (size_t i = 0U; i < ARRAY_SIZE(uni_cli_insts[conn_index].snks); i++) { in audio_stream_by_ep_id()
213 &uni_cli_insts[conn_index].snks[i]; in audio_stream_by_ep_id()
222 for (size_t i = 0U; i < ARRAY_SIZE(uni_cli_insts[conn_index].srcs); i++) { in audio_stream_by_ep_id()
224 &uni_cli_insts[conn_index].srcs[i]; in audio_stream_by_ep_id()
450 for (size_t i = 0U; i < ARRAY_SIZE(uni_cli_insts); i++) { in bt_bap_ep_is_unicast_client()
452 if (PART_OF_ARRAY(uni_cli_insts[i].snks, ep)) { in bt_bap_ep_is_unicast_client()
458 if (PART_OF_ARRAY(uni_cli_insts[i].srcs, ep)) { in bt_bap_ep_is_unicast_client()
490 for (size_t i = 0U; i < ARRAY_SIZE(uni_cli_insts[index].snks); i++) { in unicast_client_ep_find()
491 struct bt_bap_unicast_client_ep *client_ep = &uni_cli_insts[index].snks[i]; in unicast_client_ep_find()
[all …]