Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_act.cc385 p_clreg->notif_reg[i].app_disconnected) { in bta_gattc_open()
386 p_clreg->notif_reg[i].app_disconnected = false; in bta_gattc_open()
515 p_clreg->notif_reg[i].app_disconnected) { in bta_gattc_conn()
516 p_clreg->notif_reg[i].app_disconnected = false; in bta_gattc_conn()
625 p_clreg->notif_reg[i].app_disconnected = true; in bta_gattc_close()
Dbta_gattc_int.h270 bool app_disconnected; member
Dbta_gattc_utils.cc496 !p_clreg->notif_reg[i].app_disconnected) { in bta_gattc_check_notif_registry()