Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/has/
Dhas_types.h168 bool features_notifications_enabled = false; variable
209 features_notifications_enabled = false; in ClearSvcData()
229 inline bool HasFeaturesNotificationEnabled() const { return features_notifications_enabled; } in HasFeaturesNotificationEnabled()
355 << (features_notifications_enabled ? "\"Enabled\"" : "\"Disabled\""); in Dump()
Dhas_client.cc1153 device->features_notifications_enabled = enabling_ntf; in OnGattWriteCcc()