Home
last modified time | relevance | path

Searched refs:FORMAT_UINT8 (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_gatt_constants.py202 FORMAT_UINT8 = 0x11 variable in GattCharacteristic
269 FORMAT_UINT8 = 0x11 variable in CharacteristicValueFormat
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattCharacteristic.java107 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/
DMediaControlGattServiceTest.java252 .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/
DMediaControlGattService.java340 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/
DBluetoothAccessoryFragment.java301 characteristic.getIntValue(BluetoothGattCharacteristic.FORMAT_UINT8, 0); in onCharacteristicRead()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGatt.java247 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/
DTbsGattTest.java170 assertThat(characteristic.getIntValue(BluetoothGattCharacteristic.FORMAT_UINT8, 0)) in verifySetValue()
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt715 field public static final int FORMAT_UINT8 = 17; // 0x11