Searched refs:bap_iso_ep (Results 1 – 1 of 1) sorted by relevance
240 struct bt_bap_iso_dir *bap_iso_ep; in bt_bap_iso_bind_stream() local251 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() local276 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 …]