Searched refs:btc_sm_dispatch (Results 1 – 3 of 3) sorted by relevance
| /hal_espressif-latest/components/bt/host/bluedroid/btc/include/btc/ |
| D | btc_sm.h | 90 bt_status_t btc_sm_dispatch(btc_sm_handle_t handle, btc_sm_event_t event,
|
| /hal_espressif-latest/components/bt/host/bluedroid/btc/core/ |
| D | btc_sm.c | 133 bt_status_t btc_sm_dispatch(btc_sm_handle_t handle, btc_sm_event_t event, in btc_sm_dispatch() function
|
| /hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/a2dp/ |
| D | btc_av.c | 1184 btc_sm_dispatch(btc_av_cb.sm_handle, BTC_AV_CONNECT_REQ_EVT, (char *)&connect_req); in connect_int() 1554 btc_sm_dispatch(btc_av_cb.sm_handle, msg->act, (void *)(msg->arg)); in btc_a2dp_call_handler() 1576 btc_sm_dispatch(btc_av_cb.sm_handle, BTC_AV_DISCONNECT_REQ_EVT, &disconn_req); in btc_a2dp_call_handler() 1609 btc_sm_dispatch(btc_av_cb.sm_handle, BTC_AV_DISCONNECT_REQ_EVT, &disconn_req); in btc_a2dp_call_handler() 1622 btc_sm_dispatch(btc_av_cb.sm_handle, msg->act, (char *)msg->arg); in btc_a2dp_call_handler() 1628 btc_sm_dispatch(btc_av_cb.sm_handle, msg->act, NULL); in btc_a2dp_call_handler() 1638 btc_sm_dispatch(btc_av_cb.sm_handle, msg->act, (void *)(msg->arg)); in btc_a2dp_cb_handler()
|