Searched refs:iso_dir (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/subsys/bluetooth/audio/ |
D | bap_iso.c | 179 struct bt_bap_iso_dir *iso_dir = bap_iso_get_iso_dir(is_unicast_client, bap_iso, ep->dir); in bt_bap_iso_configure_data_path() local 180 struct bt_iso_chan_path *path = &iso_dir->path; in bt_bap_iso_configure_data_path() 183 if (iso_dir == &bap_iso->rx) { in bt_bap_iso_configure_data_path() 217 struct bt_bap_iso_dir *iso_dir; in bt_bap_iso_bind_ep() local 227 iso_dir = bap_iso_get_iso_dir(is_unicast_client_ep(ep), iso, ep->dir); in bt_bap_iso_bind_ep() 228 __ASSERT(iso_dir->ep == NULL, "iso %p bound with ep %p", iso, iso_dir); in bt_bap_iso_bind_ep() 229 iso_dir->ep = ep; in bt_bap_iso_bind_ep() 236 struct bt_bap_iso_dir *iso_dir; in bt_bap_iso_unbind_ep() local 247 iso_dir = bap_iso_get_iso_dir(is_unicast_client_ep(ep), iso, ep->dir); in bt_bap_iso_unbind_ep() 248 __ASSERT(iso_dir->ep == ep, "iso %p not bound with ep %p", iso, ep); in bt_bap_iso_unbind_ep() [all …]
|