Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_act.cc287 bta_gattc_sm_execute(p_clcb, event, p_msg); in bta_gattc_process_api_open()
314 bta_gattc_sm_execute(p_clcb, event, p_msg); in bta_gattc_process_api_open_cancel()
398 bta_gattc_sm_execute(p_clcb, BTA_GATTC_INT_OPEN_FAIL_EVT, p_data); in bta_gattc_open()
418 bta_gattc_sm_execute(p_clcb, BTA_GATTC_INT_CONN_EVT, &gattc_data); in bta_gattc_open()
467 bta_gattc_sm_execute(p_clcb, BTA_GATTC_INT_CONN_EVT, in bta_gattc_init_bk_conn()
511 bta_gattc_sm_execute(p_clcb, BTA_GATTC_INT_CANCEL_OPEN_OK_EVT, p_data); in bta_gattc_cancel_open()
602 bta_gattc_sm_execute(p_clcb, BTA_GATTC_INT_DISCOVER_EVT, NULL); in bta_gattc_conn()
706 bta_gattc_sm_execute(&bta_gattc_cb.clcb[i], BTA_GATTC_DISCOVER_CMPL_EVT, in bta_gattc_reset_discover_st()
974 bta_gattc_sm_execute(p_clcb, BTA_GATTC_INT_DISCOVER_EVT, NULL); in bta_gattc_disc_cmpl()
981 bta_gattc_sm_execute(p_clcb, p_q_cmd->hdr.event, p_q_cmd); in bta_gattc_disc_cmpl()
[all …]
Dbta_gattc_main.cc302 bool bta_gattc_sm_execute(tBTA_GATTC_CLCB* p_clcb, uint16_t event, in bta_gattc_sm_execute() function
389 rt = bta_gattc_sm_execute(p_clcb, p_msg->event, in bta_gattc_hdl_event()
Dbta_gattc_utils.cc394 bta_gattc_sm_execute(p_clcb, p_q_cmd->hdr.event, p_q_cmd); in bta_gattc_continue()
422 bta_gattc_sm_execute(p_clcb, p_q_cmd->hdr.event, p_q_cmd); in bta_gattc_continue()
Dbta_gattc_int.h362 bool bta_gattc_sm_execute(tBTA_GATTC_CLCB* p_clcb, uint16_t event,
Dbta_gattc_cache.cc547 bta_gattc_sm_execute(p_clcb, BTA_GATTC_DISCOVER_CMPL_EVT, NULL); in bta_gattc_disc_cmpl_cback()