Searched refs:bta_hh_sm_execute (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/system/bta/hh/ |
D | bta_hh_act.cc | 156 bta_hh_sm_execute(&bta_hh_cb.kdev[xx], BTA_HH_API_CLOSE_EVT, NULL); in bta_hh_api_disable() 253 bta_hh_sm_execute(p_cb, BTA_HH_SDP_CMPL_EVT, &bta_hh_data); in bta_hh_sdp_cback() 311 bta_hh_sm_execute(p_cb, BTA_HH_SDP_CMPL_EVT, &bta_hh_data); in bta_hh_di_sdp_cback() 347 bta_hh_sm_execute(p_cb, BTA_HH_SDP_CMPL_EVT, &bta_hh_data); in bta_hh_start_sdp() 409 bta_hh_sm_execute(p_cb, BTA_HH_OPEN_CMPL_EVT, NULL); in bta_hh_sdp_cmpl() 429 bta_hh_sm_execute(p_cb, BTA_HH_API_CLOSE_EVT, NULL); in bta_hh_sdp_cmpl() 480 bta_hh_sm_execute(p_cb, BTA_HH_SDP_CMPL_EVT, &bta_hh_data); in bta_hh_bredr_conn() 624 bta_hh_sm_execute(p_cb, BTA_HH_OPEN_CMPL_EVT, p_data); in bta_hh_open_act() 998 bta_hh_sm_execute(p_cb, BTA_HH_API_CLOSE_EVT, NULL); in bta_hh_maint_dev_act()
|
D | bta_hh_le.cc | 262 bta_hh_sm_execute(p_cb, BTA_HH_SDP_CMPL_EVT, (tBTA_HH_DATA*)&status); in bta_hh_le_open_conn() 623 bta_hh_sm_execute(p_cb, BTA_HH_OPEN_CMPL_EVT, NULL); in bta_hh_le_open_cmpl() 992 bta_hh_sm_execute(p_dev_cb, BTA_HH_ENC_CMPL_EVT, NULL); in bta_hh_le_encrypt_cback() 1116 bta_hh_sm_execute(p_cb, BTA_HH_ENC_CMPL_EVT, NULL); in bta_hh_start_security() 1171 bta_hh_sm_execute(p_cb, BTA_HH_START_ENC_EVT, NULL); in bta_hh_gatt_open() 1177 bta_hh_sm_execute(p_cb, BTA_HH_SDP_CMPL_EVT, &bta_hh_data); in bta_hh_gatt_open() 1225 bta_hh_sm_execute(p_cb, BTA_HH_GATT_CLOSE_EVT, &data); in bta_hh_le_close() 2202 bta_hh_sm_execute(p_cb, BTA_HH_GATT_CLOSE_EVT, &data); in bta_hh_le_service_changed() 2224 bta_hh_sm_execute(p_cb, BTA_HH_GATT_OPEN_EVT, (tBTA_HH_DATA*)&open); in bta_hh_le_service_discovery_done() 2259 bta_hh_sm_execute(p_dev_cb, BTA_HH_GATT_OPEN_EVT, in bta_hh_gattc_callback() [all …]
|
D | bta_hh_main.cc | 194 void bta_hh_sm_execute(tBTA_HH_DEV_CB* p_cb, uint16_t event, in bta_hh_sm_execute() function 344 bta_hh_sm_execute(p_cb, p_msg->event, (tBTA_HH_DATA*)p_msg); in bta_hh_hdl_event()
|
D | bta_hh_int.h | 257 void bta_hh_sm_execute(tBTA_HH_DEV_CB* p_cb, uint16_t event,
|