Home
last modified time | relevance | path

Searched refs:FORMAT_UINT16 (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioTmapGattServerTest.java19 import static android.bluetooth.BluetoothGattCharacteristic.FORMAT_UINT16;
92 int value = characteristic.getIntValue(FORMAT_UINT16, 0); in testStartStopService()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattCharacteristic.java153 public static final int FORMAT_UINT16 = 0x12; field in BluetoothGattCharacteristic
551 case FORMAT_UINT16: in getIntValue()
668 case FORMAT_UINT16: in setValue()
/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_gatt_constants.py203 FORMAT_UINT16 = 0x12 variable in GattCharacteristic
271 FORMAT_UINT16 = 0x12 variable in CharacteristicValueFormat
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGatt.java235 mStatusFlagsCharacteristic.setValue(0, BluetoothGattCharacteristic.FORMAT_UINT16, 0); in init()
602 .getIntValue(BluetoothGattCharacteristic.FORMAT_UINT16, 0); in updateStatusFlags()
611 BluetoothGattCharacteristic.FORMAT_UINT16, 0); in updateStatusFlags()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioTmapGattServer.java92 characteristic.setValue(roleMask, BluetoothGattCharacteristic.FORMAT_UINT16, 0); in start()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/tbs/
DTbsGattTest.java229 (characteristic.getIntValue(BluetoothGattCharacteristic.FORMAT_UINT16, 0) in verifySetValue()
233 (characteristic.getIntValue(BluetoothGattCharacteristic.FORMAT_UINT16, 0) in verifySetValue()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mcp/
DMediaControlGattServiceTest.java341 characteristic.getIntValue(BluetoothGattCharacteristic.FORMAT_UINT16, 0) in testGattServerFullInitialState()
470 characteristic.getIntValue(BluetoothGattCharacteristic.FORMAT_UINT16, 0) in testUpdatePlayerState()
571 playing_order_supported, BluetoothGattCharacteristic.FORMAT_UINT16, 0); in testWriteCallbacksValid()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/
DMediaControlGattService.java297 BluetoothGattCharacteristic.FORMAT_UINT16, 0);
1663 .setValue(supportedOrder, BluetoothGattCharacteristic.FORMAT_UINT16, 0); in updatePlayingOrderSupportedChar()
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt668 field public static final int FORMAT_UINT16 = 18; // 0x12