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/ |
D | LeAudioTmapGattServerTest.java | 19 import static android.bluetooth.BluetoothGattCharacteristic.FORMAT_UINT16; 92 int value = characteristic.getIntValue(FORMAT_UINT16, 0); in testStartStopService()
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothGattCharacteristic.java | 153 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/ |
D | bt_gatt_constants.py | 203 FORMAT_UINT16 = 0x12 variable in GattCharacteristic 271 FORMAT_UINT16 = 0x12 variable in CharacteristicValueFormat
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/ |
D | TbsGatt.java | 235 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/ |
D | LeAudioTmapGattServer.java | 92 characteristic.setValue(roleMask, BluetoothGattCharacteristic.FORMAT_UINT16, 0); in start()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/tbs/ |
D | TbsGattTest.java | 229 (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/ |
D | MediaControlGattServiceTest.java | 341 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/ |
D | MediaControlGattService.java | 297 BluetoothGattCharacteristic.FORMAT_UINT16, 0); 1663 .setValue(supportedOrder, BluetoothGattCharacteristic.FORMAT_UINT16, 0); in updatePlayingOrderSupportedChar()
|
/packages/modules/Bluetooth/framework/api/ |
D | current.txt | 668 field public static final int FORMAT_UINT16 = 18; // 0x12
|