Searched refs:bta_hh_sm_execute (Results 1 – 4 of 4) sorted by relevance
/system/bt/bta/hh/ |
D | bta_hh_act.cc | 142 bta_hh_sm_execute(&bta_hh_cb.kdev[xx], BTA_HH_API_CLOSE_EVT, NULL); in bta_hh_api_disable() 237 bta_hh_sm_execute(p_cb, BTA_HH_SDP_CMPL_EVT, &bta_hh_data); in bta_hh_sdp_cback() 293 bta_hh_sm_execute(p_cb, BTA_HH_SDP_CMPL_EVT, &bta_hh_data); in bta_hh_di_sdp_cback() 341 bta_hh_sm_execute(p_cb, BTA_HH_SDP_CMPL_EVT, &bta_hh_data); in bta_hh_start_sdp() 376 bta_hh_sm_execute(p_cb, BTA_HH_SDP_CMPL_EVT, &bta_hh_data); in bta_hh_start_sdp() 431 bta_hh_sm_execute(p_cb, BTA_HH_OPEN_CMPL_EVT, NULL); in bta_hh_sdp_cmpl() 451 bta_hh_sm_execute(p_cb, BTA_HH_API_CLOSE_EVT, NULL); in bta_hh_sdp_cmpl() 586 bta_hh_sm_execute(p_cb, BTA_HH_OPEN_CMPL_EVT, p_data); in bta_hh_open_act() 976 bta_hh_sm_execute(p_cb, BTA_HH_API_CLOSE_EVT, NULL); in bta_hh_maint_dev_act()
|
D | bta_hh_main.cc | 187 void bta_hh_sm_execute(tBTA_HH_DEV_CB* p_cb, uint16_t event, in bta_hh_sm_execute() function 355 bta_hh_sm_execute(p_cb, p_msg->event, (tBTA_HH_DATA*)p_msg); in bta_hh_hdl_event()
|
D | bta_hh_le.cc | 253 bta_hh_sm_execute(p_cb, BTA_HH_SDP_CMPL_EVT, (tBTA_HH_DATA*)&status); in bta_hh_le_open_conn() 628 bta_hh_sm_execute(p_cb, BTA_HH_OPEN_CMPL_EVT, NULL); in bta_hh_le_open_cmpl() 951 bta_hh_sm_execute(p_dev_cb, BTA_HH_ENC_CMPL_EVT, NULL); in bta_hh_le_encrypt_cback() 1062 bta_hh_sm_execute(p_cb, BTA_HH_ENC_CMPL_EVT, NULL); in bta_hh_start_security() 1120 bta_hh_sm_execute(p_cb, BTA_HH_START_ENC_EVT, NULL); in bta_hh_gatt_open() 1126 bta_hh_sm_execute(p_cb, BTA_HH_SDP_CMPL_EVT, &bta_hh_data); in bta_hh_gatt_open() 1162 bta_hh_sm_execute(p_cb, BTA_HH_GATT_CLOSE_EVT, &data); in bta_hh_le_close() 2031 bta_hh_sm_execute(p_dev_cb, BTA_HH_GATT_OPEN_EVT, in bta_hh_gattc_callback() 2051 bta_hh_sm_execute(p_dev_cb, BTA_HH_GATT_ENC_CMPL_EVT, in bta_hh_gattc_callback()
|
D | bta_hh_int.h | 256 extern void bta_hh_sm_execute(tBTA_HH_DEV_CB* p_cb, uint16_t event,
|