Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/audio/cap_initiator/uut/
Dbap_unicast_client.c303 struct bt_bap_ep *pair_ep = bt_bap_iso_get_paired_ep(stream->ep); in bt_bap_unicast_client_stop() local
305 if (pair_ep != NULL && pair_ep->stream != NULL) { in bt_bap_unicast_client_stop()
306 struct bt_bap_stream *pair_stream = pair_ep->stream; in bt_bap_unicast_client_stop()
/Zephyr-latest/subsys/bluetooth/audio/
Dbap_stream.c482 const struct bt_bap_ep *pair_ep; in bt_bap_stream_can_disconnect() local
484 pair_ep = bt_bap_iso_get_paired_ep(stream_ep); in bt_bap_stream_can_disconnect()
489 if (pair_ep == NULL || pair_ep->status.state != BT_BAP_EP_STATE_STREAMING) { in bt_bap_stream_can_disconnect()