Home
last modified time | relevance | path

Searched defs:ENABLE_NOTIFICATION_VALUE (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattDescriptor.java37 public static final byte[] ENABLE_NOTIFICATION_VALUE = {0x01, 0x00}; field in BluetoothGattDescriptor
/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/
Dgatt.proto84 ENABLE_NOTIFICATION_VALUE = 0; enumerator
/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_gatt_constants.py219 ENABLE_NOTIFICATION_VALUE = [0x01, 0x00] variable in GattDescriptor
/packages/modules/Bluetooth/floss/pandora/server/
Dgatt.py47 ENABLE_NOTIFICATION_VALUE = [0x01, 0x00] variable in GATTService