Home
last modified time | relevance | path

Searched refs:kGattConnected (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/bt/stack/gatt/
H A Dgatt_int.h97 constexpr bool kGattConnected = true; variable
98 constexpr bool kGattDisconnected = !kGattConnected;
H A Dgatt_main.cc770 kGattConnected, GATT_CONN_OK, in gatt_send_conn_cback()