Home
last modified time | relevance | path

Searched refs:BTA_GATTC_INT_CONN_EVT (Results 1 – 3 of 3) sorted by relevance

/system/bt/bta/gatt/
Dbta_gattc_main.c385 if (p_msg->event == BTA_GATTC_INT_CONN_EVT) in bta_gattc_hdl_event()
449 case BTA_GATTC_INT_CONN_EVT: in gattc_evt_code()
Dbta_gattc_act.c537 bta_gattc_sm_execute(p_clcb, BTA_GATTC_INT_CONN_EVT, &gattc_data); in bta_gattc_open()
585 bta_gattc_sm_execute(p_clcb, BTA_GATTC_INT_CONN_EVT, &gattc_data); in bta_gattc_init_bk_conn()
1564 p_buf->int_conn.hdr.event = connected ? BTA_GATTC_INT_CONN_EVT : in bta_gattc_conn_cback()
1839 bta_gattc_sm_execute(p_clcb, BTA_GATTC_INT_CONN_EVT, NULL); in bta_gattc_process_indicate()
Dbta_gattc_int.h57 BTA_GATTC_INT_CONN_EVT, enumerator