Searched refs:bt_bap_iso_unbind_ep (Results 1 – 7 of 7) sorted by relevance
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/ |
D | bap_iso.h | 44 void bt_bap_iso_unbind_ep(struct bt_bap_iso *iso, struct bt_bap_ep *ep);
|
D | bap_iso.c | 191 void bt_bap_iso_unbind_ep(struct bt_bap_iso *iso, struct bt_bap_ep *ep) in bt_bap_iso_unbind_ep() function
|
D | bap_broadcast_sink.c | 248 bt_bap_iso_unbind_ep(ep->iso, ep); in broadcast_sink_set_ep_state() 781 bt_bap_iso_unbind_ep(stream->ep->iso, stream->ep); in broadcast_sink_cleanup_streams()
|
D | bap_stream.c | 425 bt_bap_iso_unbind_ep(stream->ep->iso, stream->ep); in bt_bap_stream_reset()
|
D | bap_broadcast_source.c | 463 bt_bap_iso_unbind_ep(stream->ep->iso, stream->ep); in broadcast_source_cleanup()
|
D | bap_unicast_client.c | 2185 bt_bap_iso_unbind_ep(stream->ep->iso, stream->ep); in audio_stream_qos_cleanup() 2389 bt_bap_iso_unbind_ep(ep->iso, ep); in unicast_group_del_stream() 2458 bt_bap_iso_unbind_ep(ep->iso, ep); in unicast_group_free()
|
D | ascs.c | 121 bt_bap_iso_unbind_ep(ase->ep.iso, &ase->ep); in ase_free() 1738 bt_bap_iso_unbind_ep(ep->iso, ep); in ase_stream_qos()
|