Home
last modified time | relevance | path

Searched refs:FORMAT_UINT32 (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_gatt_constants.py204 FORMAT_UINT32 = 0x14 variable in GattCharacteristic
273 FORMAT_UINT32 = 0x14 variable in CharacteristicValueFormat
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattCharacteristic.java113 public static final int FORMAT_UINT32 = 0x14; field in BluetoothGattCharacteristic
493 case FORMAT_UINT32: in getIntValue()
617 case FORMAT_UINT32: in setValue()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/
DMediaControlGattService.java2041 && characteristic.getIntValue(BluetoothGattCharacteristic.FORMAT_UINT32, 0) in updateSupportedOpcodesChar()
2046 characteristic.setValue(opcodes, BluetoothGattCharacteristic.FORMAT_UINT32, 0); in updateSupportedOpcodesChar()
2188 .getIntValue(BluetoothGattCharacteristic.FORMAT_UINT32, 0) in isOpcodeSupported()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mcp/
DMediaControlGattServiceTest.java402 .getIntValue(BluetoothGattCharacteristic.FORMAT_UINT32, 0) in testGattServerFullInitialState()
537 .getIntValue(BluetoothGattCharacteristic.FORMAT_UINT32, 0) in testUpdatePlayerState()
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt692 field public static final int FORMAT_UINT32 = 20; // 0x14