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.h181 bool features_notifications_enabled = false; variable
223 features_notifications_enabled = false; in ClearSvcData()
245 return features_notifications_enabled; in HasFeaturesNotificationEnabled()
374 << (features_notifications_enabled ? "\"Enabled\"" : "\"Disabled\""); in Dump()
Dhas_client.cc1031 device->features_notifications_enabled = enabling_ntf; in OnGattWriteCcc()