Home
last modified time | relevance | path

Searched defs:DISABLE_NOTIFICATION_VALUE (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattDescriptor.java43 public static final byte[] DISABLE_NOTIFICATION_VALUE = {0x00, 0x00}; field in BluetoothGattDescriptor
/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_gatt_constants.py221 DISABLE_NOTIFICATION_VALUE = [0x00, 0x00] variable in GattDescriptor