Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_gatt_constants.py207 FORMAT_SINT32 = 0x24 variable in GattCharacteristic
272 FORMAT_SINT32 = 0x24 variable in CharacteristicValueFormat
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattCharacteristic.java122 public static final int FORMAT_SINT32 = 0x24; field in BluetoothGattCharacteristic
502 case FORMAT_SINT32: in getIntValue()
614 case FORMAT_SINT32: in setValue()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mcp/
DMediaControlGattServiceTest.java235 .getIntValue(BluetoothGattCharacteristic.FORMAT_SINT32, 0) in testGattServerFullInitialState()
249 .getIntValue(BluetoothGattCharacteristic.FORMAT_SINT32, 0) in testGattServerFullInitialState()
505 .getIntValue(BluetoothGattCharacteristic.FORMAT_SINT32, 0) in testUpdatePlayerState()
550 .getIntValue(BluetoothGattCharacteristic.FORMAT_SINT32, 0) in testUpdatePlayerState()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/
DMediaControlGattService.java1952 characteristic.setValue(position, BluetoothGattCharacteristic.FORMAT_SINT32, 0); in updateTrackPositionChar()
1973 int duration = characteristic.getIntValue(BluetoothGattCharacteristic.FORMAT_SINT32, 0); in getTrackDurationChar()
1992 characteristic.setValue(duration, BluetoothGattCharacteristic.FORMAT_SINT32, 0); in updateTrackDurationChar()
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt689 field public static final int FORMAT_SINT32 = 36; // 0x24