Searched refs:ascs_ep_set_state (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/subsys/bluetooth/audio/ |
D | bap_unicast_server.c | 122 return ascs_ep_set_state(ep, BT_BAP_EP_STATE_CODEC_CONFIGURED); in bt_bap_unicast_server_reconfig() 140 return ascs_ep_set_state(ep, BT_BAP_EP_STATE_STREAMING); in bt_bap_unicast_server_start() 176 return ascs_ep_set_state(ep, ep->status.state); in bt_bap_unicast_server_metadata()
|
D | ascs.c | 390 ascs_ep_set_state(&ase->ep, BT_BAP_EP_STATE_STREAMING); in ase_enter_state_enabling() 513 ascs_ep_set_state(&ase->ep, BT_BAP_EP_STATE_IDLE); in ase_enter_state_releasing() 610 int ascs_ep_set_state(struct bt_bap_ep *ep, uint8_t state) in ascs_ep_set_state() function 1022 ascs_ep_set_state(ep, BT_BAP_EP_STATE_STREAMING); in ascs_ep_iso_connected() 1069 ascs_ep_set_state(ep, BT_BAP_EP_STATE_IDLE); in ascs_ep_iso_disconnected() 1080 ascs_ep_set_state(ep, BT_BAP_EP_STATE_QOS_CONFIGURED); in ascs_ep_iso_disconnected() 1208 ascs_ep_set_state(&ase->ep, BT_BAP_EP_STATE_RELEASING); in ase_release() 1275 ascs_ep_set_state(ep, BT_BAP_EP_STATE_DISABLING); in ase_disable() 1277 ascs_ep_set_state(ep, BT_BAP_EP_STATE_QOS_CONFIGURED); in ase_disable() 1709 ascs_ep_set_state(&ase->ep, BT_BAP_EP_STATE_CODEC_CONFIGURED); in ase_config() [all …]
|
D | ascs_internal.h | 351 int ascs_ep_set_state(struct bt_bap_ep *ep, uint8_t state);
|