Searched refs:bta_hh_sm_execute (Results 1 – 3 of 3) sorted by relevance
/external/bluetooth/bluedroid/bta/hh/ |
D | bta_hh_act.c | 133 bta_hh_sm_execute(&bta_hh_cb.kdev[xx], in bta_hh_api_disable() 246 bta_hh_sm_execute(p_cb, BTA_HH_SDP_CMPL_EVT, (tBTA_HH_DATA *)&status); in bta_hh_sdp_cback() 309 bta_hh_sm_execute(p_cb, BTA_HH_SDP_CMPL_EVT, (tBTA_HH_DATA *)&status); in bta_hh_di_sdp_cback() 362 bta_hh_sm_execute(p_cb, BTA_HH_SDP_CMPL_EVT, (tBTA_HH_DATA *)&status); in bta_hh_start_sdp() 397 bta_hh_sm_execute(p_cb, BTA_HH_SDP_CMPL_EVT, (tBTA_HH_DATA *)&status); in bta_hh_start_sdp() 455 bta_hh_sm_execute(p_cb, BTA_HH_OPEN_CMPL_EVT, NULL); in bta_hh_sdp_cmpl() 466 bta_hh_sm_execute(p_cb, BTA_HH_API_CLOSE_EVT, NULL); in bta_hh_sdp_cmpl() 589 bta_hh_sm_execute(p_cb, BTA_HH_OPEN_CMPL_EVT, p_data); in bta_hh_open_act()
|
D | bta_hh_main.c | 174 void bta_hh_sm_execute(tBTA_HH_DEV_CB *p_cb, UINT16 event, tBTA_HH_DATA * p_data) in bta_hh_sm_execute() function 356 bta_hh_sm_execute(p_cb, p_msg->event, (tBTA_HH_DATA *) p_msg); in bta_hh_hdl_event()
|
D | bta_hh_int.h | 204 extern void bta_hh_sm_execute(tBTA_HH_DEV_CB *p_cb, UINT16 event,
|