Home
last modified time | relevance | path

Searched refs:bta_hh_sm_execute (Results 1 – 4 of 4) sorted by relevance

/system/bt/bta/hh/
Dbta_hh_act.cc137 bta_hh_sm_execute(&bta_hh_cb.kdev[xx], BTA_HH_API_CLOSE_EVT, NULL); in bta_hh_api_disable()
234 bta_hh_sm_execute(p_cb, BTA_HH_SDP_CMPL_EVT, &bta_hh_data); in bta_hh_sdp_cback()
294 bta_hh_sm_execute(p_cb, BTA_HH_SDP_CMPL_EVT, &bta_hh_data); in bta_hh_di_sdp_cback()
346 bta_hh_sm_execute(p_cb, BTA_HH_SDP_CMPL_EVT, &bta_hh_data); in bta_hh_start_sdp()
383 bta_hh_sm_execute(p_cb, BTA_HH_SDP_CMPL_EVT, &bta_hh_data); in bta_hh_start_sdp()
442 bta_hh_sm_execute(p_cb, BTA_HH_OPEN_CMPL_EVT, NULL); in bta_hh_sdp_cmpl()
462 bta_hh_sm_execute(p_cb, BTA_HH_API_CLOSE_EVT, NULL); in bta_hh_sdp_cmpl()
593 bta_hh_sm_execute(p_cb, BTA_HH_OPEN_CMPL_EVT, p_data); in bta_hh_open_act()
997 bta_hh_sm_execute(p_cb, BTA_HH_API_CLOSE_EVT, NULL); in bta_hh_maint_dev_act()
Dbta_hh_main.cc230 void bta_hh_sm_execute(tBTA_HH_DEV_CB* p_cb, uint16_t event, in bta_hh_sm_execute() function
418 bta_hh_sm_execute(p_cb, p_msg->event, (tBTA_HH_DATA*)p_msg); in bta_hh_hdl_event()
Dbta_hh_le.cc272 bta_hh_sm_execute(p_cb, BTA_HH_SDP_CMPL_EVT, (tBTA_HH_DATA*)&status); in bta_hh_le_open_conn()
653 bta_hh_sm_execute(p_cb, BTA_HH_OPEN_CMPL_EVT, NULL); in bta_hh_le_open_cmpl()
982 bta_hh_sm_execute(p_dev_cb, BTA_HH_ENC_CMPL_EVT, NULL); in bta_hh_le_encrypt_cback()
1102 bta_hh_sm_execute(p_cb, BTA_HH_ENC_CMPL_EVT, NULL); in bta_hh_start_security()
1121 bta_hh_sm_execute(p_cb, BTA_HH_ENC_CMPL_EVT, NULL); in bta_hh_start_security()
1168 bta_hh_sm_execute(p_cb, BTA_HH_START_ENC_EVT, NULL); in bta_hh_gatt_open()
1174 bta_hh_sm_execute(p_cb, BTA_HH_SDP_CMPL_EVT, &bta_hh_data); in bta_hh_gatt_open()
2081 bta_hh_sm_execute(p_dev_cb, BTA_HH_GATT_OPEN_EVT, in bta_hh_gattc_callback()
2101 bta_hh_sm_execute(p_dev_cb, BTA_HH_GATT_ENC_CMPL_EVT, in bta_hh_gattc_callback()
Dbta_hh_int.h307 extern void bta_hh_sm_execute(tBTA_HH_DEV_CB* p_cb, uint16_t event,