Searched refs:FORMAT_SINT32 (Results 1 – 5 of 5) sorted by relevance
207 FORMAT_SINT32 = 0x24 variable in GattCharacteristic272 FORMAT_SINT32 = 0x24 variable in CharacteristicValueFormat
122 public static final int FORMAT_SINT32 = 0x24; field in BluetoothGattCharacteristic502 case FORMAT_SINT32: in getIntValue()614 case FORMAT_SINT32: in setValue()
235 .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()
1952 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()
689 field public static final int FORMAT_SINT32 = 36; // 0x24