Searched refs:FORMAT_UINT8 (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Bluetooth/system/blueberry/utils/ |
D | bt_gatt_constants.py | 202 FORMAT_UINT8 = 0x11 variable in GattCharacteristic 269 FORMAT_UINT8 = 0x11 variable in CharacteristicValueFormat
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothGattCharacteristic.java | 107 public static final int FORMAT_UINT8 = 0x11; field in BluetoothGattCharacteristic 480 case FORMAT_UINT8: in getIntValue() 595 case FORMAT_UINT8: in setValue()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mcp/ |
D | MediaControlGattServiceTest.java | 252 .getIntValue(BluetoothGattCharacteristic.FORMAT_UINT8, 0) in testGattServerFullInitialState() 262 .getIntValue(BluetoothGattCharacteristic.FORMAT_UINT8, 0) in testGattServerFullInitialState() 369 .getIntValue(BluetoothGattCharacteristic.FORMAT_UINT8, 0) in testGattServerFullInitialState() 499 .getIntValue(BluetoothGattCharacteristic.FORMAT_UINT8, 0) in testUpdatePlayerState() 561 .getIntValue(BluetoothGattCharacteristic.FORMAT_UINT8, 0) in testUpdatePlayerState()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/ |
D | MediaControlGattService.java | 340 BluetoothGattCharacteristic.FORMAT_UINT8, 0); 910 .setValue(mCcid, BluetoothGattCharacteristic.FORMAT_UINT8, 0); 1490 return stateChar.getIntValue(BluetoothGattCharacteristic.FORMAT_UINT8, 0); in getMediaStateChar() 1505 stateChar.setValue(state, BluetoothGattCharacteristic.FORMAT_UINT8, 0); in updateMediaStateChar() 1773 playingOrder = orderChar.getIntValue(BluetoothGattCharacteristic.FORMAT_UINT8, 0); in updatePlayingOrderChar() 1777 orderChar.setValue(order.getValue(), BluetoothGattCharacteristic.FORMAT_UINT8, 0); in updatePlayingOrderChar()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
D | BluetoothAccessoryFragment.java | 301 characteristic.getIntValue(BluetoothGattCharacteristic.FORMAT_UINT8, 0); in onCharacteristicRead()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/ |
D | TbsGatt.java | 247 mContentControlIdCharacteristic.setValue(ccid, BluetoothGattCharacteristic.FORMAT_UINT8, 0); in init() 663 technology, BluetoothGattCharacteristic.FORMAT_UINT8, 0); in setBearerTechnology()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/tbs/ |
D | TbsGattTest.java | 170 assertThat(characteristic.getIntValue(BluetoothGattCharacteristic.FORMAT_UINT8, 0)) in verifySetValue()
|
/packages/modules/Bluetooth/framework/api/ |
D | current.txt | 715 field public static final int FORMAT_UINT8 = 17; // 0x11
|