Home
last modified time | relevance | path

Searched defs:FORMAT_SINT8 (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_gatt_constants.py205 FORMAT_SINT8 = 0x21 variable in GattCharacteristic
268 FORMAT_SINT8 = 0x21 variable in CharacteristicValueFormat
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattCharacteristic.java164 public static final int FORMAT_SINT8 = 0x21; field in BluetoothGattCharacteristic