Searched refs:pair_ep (Results 1 – 2 of 2) sorted by relevance
303 struct bt_bap_ep *pair_ep = bt_bap_iso_get_paired_ep(stream->ep); in bt_bap_unicast_client_stop() local305 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()
482 const struct bt_bap_ep *pair_ep; in bt_bap_stream_can_disconnect() local484 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()