Home
last modified time | relevance | path

Searched refs:ascs_ep_set_state (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/bluetooth/audio/
Dbap_unicast_server.c122 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()
Dascs.c390 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 …]
Dascs_internal.h351 int ascs_ep_set_state(struct bt_bap_ep *ep, uint8_t state);