Home
last modified time | relevance | path

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

/system/bt/bta/gatt/
Dbta_gattc_act.cc266 bta_gattc_sm_execute(p_clcb, event, p_msg); in bta_gattc_process_api_open()
289 bta_gattc_sm_execute(p_clcb, event, p_msg); in bta_gattc_process_api_open_cancel()
360 bta_gattc_sm_execute(p_clcb, BTA_GATTC_INT_OPEN_FAIL_EVT, p_data); in bta_gattc_open()
370 bta_gattc_sm_execute(p_clcb, BTA_GATTC_INT_CONN_EVT, &gattc_data); in bta_gattc_open()
409 bta_gattc_sm_execute(p_clcb, BTA_GATTC_INT_CONN_EVT, &gattc_data); in bta_gattc_init_bk_conn()
450 bta_gattc_sm_execute(p_clcb, BTA_GATTC_INT_CANCEL_OPEN_OK_EVT, p_data); in bta_gattc_cancel_open()
498 bta_gattc_sm_execute(p_clcb, BTA_GATTC_INT_DISCOVER_EVT, NULL); in bta_gattc_conn()
570 bta_gattc_sm_execute(&bta_gattc_cb.clcb[i], BTA_GATTC_DISCOVER_CMPL_EVT, in bta_gattc_reset_discover_st()
709 bta_gattc_sm_execute(p_clcb, BTA_GATTC_INT_DISCOVER_EVT, NULL); in bta_gattc_disc_cmpl()
717 bta_gattc_sm_execute(p_clcb, p_q_cmd->hdr.event, p_q_cmd); in bta_gattc_disc_cmpl()
[all …]
Dbta_gattc_main.cc299 bool bta_gattc_sm_execute(tBTA_GATTC_CLCB* p_clcb, uint16_t event, in bta_gattc_sm_execute() function
391 bta_gattc_sm_execute(p_clcb, p_msg->event, (tBTA_GATTC_DATA*)p_msg); in bta_gattc_hdl_event()
Dbta_gattc_int.h314 extern bool bta_gattc_sm_execute(tBTA_GATTC_CLCB* p_clcb, uint16_t event,
Dbta_gattc_cache.cc361 bta_gattc_sm_execute(p_clcb, BTA_GATTC_DISCOVER_CMPL_EVT, NULL); in bta_gattc_disc_cmpl_cback()