Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/bluetooth/audio/
Dbap_iso.c240 struct bt_bap_iso_dir *bap_iso_ep; in bt_bap_iso_bind_stream() local
251 bap_iso_ep = &bap_iso->rx; in bt_bap_iso_bind_stream()
253 bap_iso_ep = &bap_iso->tx; in bt_bap_iso_bind_stream()
256 __ASSERT(bap_iso_ep->stream == NULL, "bap_iso %p bound with stream %p", bap_iso, in bt_bap_iso_bind_stream()
257 bap_iso_ep->stream); in bt_bap_iso_bind_stream()
258 bap_iso_ep->stream = stream; in bt_bap_iso_bind_stream()
266 struct bt_bap_iso_dir *bap_iso_ep; in bt_bap_iso_unbind_stream() local
276 bap_iso_ep = &bap_iso->rx; in bt_bap_iso_unbind_stream()
278 bap_iso_ep = &bap_iso->tx; in bt_bap_iso_unbind_stream()
281 __ASSERT(bap_iso_ep->stream == stream, "bap_iso %p (%p) not bound with stream %p (%p)", in bt_bap_iso_unbind_stream()
[all …]