Searched refs:ascs_ep_set_state (Results 1 – 3 of 3) sorted by relevance
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/ |
D | bap_unicast_server.c | 89 return ascs_ep_set_state(ep, BT_BAP_EP_STATE_CODEC_CONFIGURED); in bt_bap_unicast_server_reconfig() 107 return ascs_ep_set_state(ep, BT_BAP_EP_STATE_STREAMING); in bt_bap_unicast_server_start() 143 return ascs_ep_set_state(ep, ep->status.state); in bt_bap_unicast_server_metadata()
|
D | ascs.c | 324 ascs_ep_set_state(&ase->ep, BT_BAP_EP_STATE_STREAMING); in ase_set_state_enabling() 384 ascs_ep_set_state(&ase->ep, BT_BAP_EP_STATE_IDLE); in ase_set_state_releasing() 442 int ascs_ep_set_state(struct bt_bap_ep *ep, uint8_t state) in ascs_ep_set_state() function 840 ascs_ep_set_state(ep, BT_BAP_EP_STATE_STREAMING); in ascs_ep_iso_connected() 882 ascs_ep_set_state(ep, BT_BAP_EP_STATE_IDLE); in ascs_ep_iso_disconnected() 893 ascs_ep_set_state(ep, BT_BAP_EP_STATE_QOS_CONFIGURED); in ascs_ep_iso_disconnected() 1014 ascs_ep_set_state(&ase->ep, BT_BAP_EP_STATE_RELEASING); in ase_release() 1075 ascs_ep_set_state(ep, BT_BAP_EP_STATE_DISABLING); in ase_disable() 1077 ascs_ep_set_state(ep, BT_BAP_EP_STATE_QOS_CONFIGURED); in ase_disable() 1485 ascs_ep_set_state(&ase->ep, BT_BAP_EP_STATE_CODEC_CONFIGURED); in ase_config() [all …]
|
D | ascs_internal.h | 343 int ascs_ep_set_state(struct bt_bap_ep *ep, uint8_t state);
|