Searched refs:bt_bap_iso_unbind_ep (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/subsys/bluetooth/audio/ |
D | bap_iso.h | 50 void bt_bap_iso_unbind_ep(struct bt_bap_iso *iso, struct bt_bap_ep *ep);
|
D | bap_iso.c | 234 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 | 250 bt_bap_iso_unbind_ep(ep->iso, ep); in broadcast_sink_set_ep_state() 1124 bt_bap_iso_unbind_ep(stream->ep->iso, stream->ep); in broadcast_sink_cleanup_streams()
|
D | bap_stream.c | 575 bt_bap_iso_unbind_ep(stream->ep->iso, stream->ep); in bt_bap_stream_reset()
|
D | bap_broadcast_source.c | 462 bt_bap_iso_unbind_ep(stream->ep->iso, stream->ep); in broadcast_source_cleanup()
|
D | bap_unicast_client.c | 2393 bt_bap_iso_unbind_ep(stream->ep->iso, stream->ep); in audio_stream_qos_cleanup() 2592 bt_bap_iso_unbind_ep(ep->iso, ep); in unicast_group_del_stream() 2661 bt_bap_iso_unbind_ep(ep->iso, ep); in unicast_group_free()
|
D | ascs.c | 193 bt_bap_iso_unbind_ep(ase->ep.iso, &ase->ep); in ase_free() 2001 bt_bap_iso_unbind_ep(ep->iso, ep); in ase_qos()
|