Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_main.cc383 else if (p_msg->event == BTA_GATTC_INT_DISCONN_EVT) in bta_gattc_hdl_event()
447 case BTA_GATTC_INT_DISCONN_EVT: in gattc_evt_code()
Dbta_gattc_act.cc664 if (p_data->hdr.event == BTA_GATTC_INT_DISCONN_EVT) { in bta_gattc_close()
685 } else if (p_data->hdr.event == BTA_GATTC_INT_DISCONN_EVT) { in bta_gattc_close()
1418 connected ? BTA_GATTC_INT_CONN_EVT : BTA_GATTC_INT_DISCONN_EVT; in bta_gattc_conn_cback()
Dbta_gattc_int.h67 BTA_GATTC_INT_DISCONN_EVT enumerator