Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_gatt_server.cc150 case BTA_GATTS_DISCONNECT_EVT: { in btapp_gatts_handle_cback()
/system/bt/bta/include/
Dbta_gatt_api.h263 #define BTA_GATTS_DISCONNECT_EVT 15 macro
/system/bt/bta/gatt/
Dbta_gatts_act.cc590 uint8_t evt = connected ? BTA_GATTS_CONNECT_EVT : BTA_GATTS_DISCONNECT_EVT; in bta_gatts_conn_cback()