Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattDescriptor.java44 public static final byte[] ENABLE_INDICATION_VALUE = {0x02, 0x00}; field in BluetoothGattDescriptor
/packages/modules/Connectivity/nearby/tests/multidevices/clients/test_support/fastpair_provider/src/android/nearby/fastpair/provider/bluetooth/
DBluetoothGattServerConnection.java66 private static final short ENABLE_INDICATION_VALUE = 0x0002; field in BluetoothGattServerConnection
/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/
Dgatt.proto79 ENABLE_INDICATION_VALUE = 1; enumerator
/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_gatt_constants.py220 ENABLE_INDICATION_VALUE = [0x02, 0x00] variable in GattDescriptor