Searched refs:bt_bap_iso_unbind_ep (Results 1 – 7 of 7) sorted by relevance
/Zephyr-Core-3.7.0/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 | 254 bt_bap_iso_unbind_ep(ep->iso, ep); in broadcast_sink_set_ep_state() 1064 bt_bap_iso_unbind_ep(stream->ep->iso, stream->ep); in broadcast_sink_cleanup_streams()
|
D | bap_stream.c | 507 bt_bap_iso_unbind_ep(stream->ep->iso, stream->ep); in bt_bap_stream_reset()
|
D | bap_broadcast_source.c | 492 bt_bap_iso_unbind_ep(stream->ep->iso, stream->ep); in broadcast_source_cleanup()
|
D | bap_unicast_client.c | 2249 bt_bap_iso_unbind_ep(stream->ep->iso, stream->ep); in audio_stream_qos_cleanup() 2428 bt_bap_iso_unbind_ep(ep->iso, ep); in unicast_group_del_stream() 2497 bt_bap_iso_unbind_ep(ep->iso, ep); in unicast_group_free()
|
D | ascs.c | 185 bt_bap_iso_unbind_ep(ase->ep.iso, &ase->ep); in ase_free() 1973 bt_bap_iso_unbind_ep(ep->iso, ep); in ase_qos()
|