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.c143 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()
320 bta_hh_sm_execute(p_cb, BTA_HH_SDP_CMPL_EVT, (tBTA_HH_DATA *)&status); in bta_hh_di_sdp_cback()
380 bta_hh_sm_execute(p_cb, BTA_HH_SDP_CMPL_EVT, (tBTA_HH_DATA *)&status); in bta_hh_start_sdp()
415 bta_hh_sm_execute(p_cb, BTA_HH_SDP_CMPL_EVT, (tBTA_HH_DATA *)&status); in bta_hh_start_sdp()
473 bta_hh_sm_execute(p_cb, BTA_HH_OPEN_CMPL_EVT, NULL); in bta_hh_sdp_cmpl()
494 bta_hh_sm_execute(p_cb, BTA_HH_API_CLOSE_EVT, NULL); in bta_hh_sdp_cmpl()
634 bta_hh_sm_execute(p_cb, BTA_HH_OPEN_CMPL_EVT, p_data); in bta_hh_open_act()
1046 bta_hh_sm_execute(p_cb, BTA_HH_API_CLOSE_EVT, NULL); in bta_hh_maint_dev_act()
Dbta_hh_le.c897 bta_hh_sm_execute(p_cb, BTA_HH_OPEN_CMPL_EVT, NULL); in bta_hh_le_open_cmpl()
1273 bta_hh_sm_execute(p_dev_cb, BTA_HH_ENC_CMPL_EVT, NULL); in bta_hh_le_encrypt_cback()
1408 bta_hh_sm_execute(p_cb, BTA_HH_ENC_CMPL_EVT, NULL); in bta_hh_start_security()
1428 bta_hh_sm_execute(p_cb, BTA_HH_ENC_CMPL_EVT, NULL); in bta_hh_start_security()
1472 bta_hh_sm_execute(p_cb, BTA_HH_START_ENC_EVT, NULL); in bta_hh_gatt_open()
1477 bta_hh_sm_execute(p_cb, BTA_HH_SDP_CMPL_EVT, (tBTA_HH_DATA *)&status); in bta_hh_gatt_open()
2877 bta_hh_sm_execute(p_dev_cb, BTA_HH_GATT_OPEN_EVT, (tBTA_HH_DATA *)&p_data->open); in bta_hh_gattc_callback()
2889 bta_hh_sm_execute(p_dev_cb, evt, (tBTA_HH_DATA *)&p_data->read); in bta_hh_gattc_callback()
2900 bta_hh_sm_execute(p_dev_cb, evt, (tBTA_HH_DATA *)&p_data->write); in bta_hh_gattc_callback()
2924 bta_hh_sm_execute(p_dev_cb, BTA_HH_GATT_ENC_CMPL_EVT, in bta_hh_gattc_callback()
Dbta_hh_main.c275 void bta_hh_sm_execute(tBTA_HH_DEV_CB *p_cb, UINT16 event, tBTA_HH_DATA * p_data) in bta_hh_sm_execute() function
486 bta_hh_sm_execute(p_cb, p_msg->event, (tBTA_HH_DATA *) p_msg); in bta_hh_hdl_event()
Dbta_hh_int.h336 extern void bta_hh_sm_execute(tBTA_HH_DEV_CB *p_cb, UINT16 event,