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.cc407 p_clreg->notif_reg[i].app_disconnected) { in bta_gattc_open()
408 p_clreg->notif_reg[i].app_disconnected = false; in bta_gattc_open()
545 p_clreg->notif_reg[i].app_disconnected) { in bta_gattc_conn()
546 p_clreg->notif_reg[i].app_disconnected = false; in bta_gattc_conn()
660 p_clreg->notif_reg[i].app_disconnected = true; in bta_gattc_close()
Dbta_gattc_int.h267 bool app_disconnected; member
Dbta_gattc_utils.cc488 !p_clreg->notif_reg[i].app_disconnected) { in bta_gattc_check_notif_registry()