Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/a2dp/
Dbtc_a2dp_control.c128 btc_dispatch_sm_event(BTC_AV_START_STREAM_REQ_EVT, NULL, 0); in btc_a2dp_control_media_ctrl()
153 btc_dispatch_sm_event(BTC_AV_STOP_STREAM_REQ_EVT, NULL, 0); in btc_a2dp_control_media_ctrl()
163 btc_dispatch_sm_event(BTC_AV_SUSPEND_STREAM_REQ_EVT, NULL, 0); in btc_a2dp_control_media_ctrl()
Dbtc_av.c250 btc_dispatch_sm_event(BTC_AV_CONNECT_REQ_EVT, &connect_req, sizeof(btc_av_connect_req_t)); in btc_initiate_av_open_tmr_hdlr()
646 btc_dispatch_sm_event(BTC_AV_SUSPEND_STREAM_REQ_EVT, NULL, 0); in btc_av_state_opened_handler()
1211 void btc_dispatch_sm_event(btc_av_sm_event_t event, void *p_data, int len) in btc_dispatch_sm_event() function
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_av.h158 void btc_dispatch_sm_event(btc_av_sm_event_t event, void *p_data, int len);