Searched refs:bta_hh_sm_execute (Results 1 – 4 of 4) sorted by relevance
/system/bt/bta/hh/ |
D | bta_hh_act.c | 143 bta_hh_sm_execute(&bta_hh_cb.kdev[xx], in bta_hh_api_disable() 256 bta_hh_sm_execute(p_cb, BTA_HH_SDP_CMPL_EVT, (tBTA_HH_DATA *)&status); in bta_hh_sdp_cback() 319 bta_hh_sm_execute(p_cb, BTA_HH_SDP_CMPL_EVT, (tBTA_HH_DATA *)&status); in bta_hh_di_sdp_cback() 379 bta_hh_sm_execute(p_cb, BTA_HH_SDP_CMPL_EVT, (tBTA_HH_DATA *)&status); in bta_hh_start_sdp() 405 bta_hh_sm_execute(p_cb, BTA_HH_SDP_CMPL_EVT, (tBTA_HH_DATA *)&status); in bta_hh_start_sdp() 472 bta_hh_sm_execute(p_cb, BTA_HH_OPEN_CMPL_EVT, NULL); in bta_hh_sdp_cmpl() 493 bta_hh_sm_execute(p_cb, BTA_HH_API_CLOSE_EVT, NULL); in bta_hh_sdp_cmpl() 633 bta_hh_sm_execute(p_cb, BTA_HH_OPEN_CMPL_EVT, p_data); in bta_hh_open_act() 1048 bta_hh_sm_execute(p_cb, BTA_HH_API_CLOSE_EVT, NULL); in bta_hh_maint_dev_act()
|
D | bta_hh_le.c | 858 bta_hh_sm_execute(p_cb, BTA_HH_OPEN_CMPL_EVT, NULL); in bta_hh_le_open_cmpl() 1105 bta_hh_sm_execute(p_dev_cb, BTA_HH_ENC_CMPL_EVT, NULL); in bta_hh_le_encrypt_cback() 1238 bta_hh_sm_execute(p_cb, BTA_HH_ENC_CMPL_EVT, NULL); in bta_hh_start_security() 1258 bta_hh_sm_execute(p_cb, BTA_HH_ENC_CMPL_EVT, NULL); in bta_hh_start_security() 1304 bta_hh_sm_execute(p_cb, BTA_HH_START_ENC_EVT, NULL); in bta_hh_gatt_open() 1309 bta_hh_sm_execute(p_cb, BTA_HH_SDP_CMPL_EVT, (tBTA_HH_DATA *)&status); in bta_hh_gatt_open() 2587 bta_hh_sm_execute(p_dev_cb, BTA_HH_GATT_OPEN_EVT, (tBTA_HH_DATA *)&p_data->open); in bta_hh_gattc_callback() 2601 bta_hh_sm_execute(p_dev_cb, evt, (tBTA_HH_DATA *)&p_data->read); in bta_hh_gattc_callback() 2614 bta_hh_sm_execute(p_dev_cb, evt, (tBTA_HH_DATA *)&p_data->write); in bta_hh_gattc_callback() 2632 bta_hh_sm_execute(p_dev_cb, BTA_HH_GATT_ENC_CMPL_EVT, in bta_hh_gattc_callback()
|
D | bta_hh_main.c | 275 void bta_hh_sm_execute(tBTA_HH_DEV_CB *p_cb, UINT16 event, tBTA_HH_DATA * p_data) in bta_hh_sm_execute() function 478 bta_hh_sm_execute(p_cb, p_msg->event, (tBTA_HH_DATA *) p_msg); in bta_hh_hdl_event()
|
D | bta_hh_int.h | 330 extern void bta_hh_sm_execute(tBTA_HH_DEV_CB *p_cb, UINT16 event,
|