diff options
Diffstat (limited to 'system/bta/gatt/bta_gattc_int.h')
-rw-r--r-- | system/bta/gatt/bta_gattc_int.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/bta/gatt/bta_gattc_int.h b/system/bta/gatt/bta_gattc_int.h index 917ecc4860..1df5e53f52 100644 --- a/system/bta/gatt/bta_gattc_int.h +++ b/system/bta/gatt/bta_gattc_int.h @@ -230,6 +230,7 @@ typedef struct { typedef struct { bool in_use; + bool app_disconnected; RawAddress remote_bda; uint16_t handle; } tBTA_GATTC_NOTIF_REG; |