Home
last modified time | relevance | path

Searched refs:UUID_STATUS_FLAGS (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/tbs/
DTbsGattTest.java209 } else if (characteristic.getUuid().equals(TbsGatt.UUID_STATUS_FLAGS)) { in verifySetValue()
484 BluetoothGattCharacteristic characteristic = getCharacteristic(TbsGatt.UUID_STATUS_FLAGS); in testSetStatusFlags()
747 BluetoothGattCharacteristic characteristic = getCharacteristic(TbsGatt.UUID_STATUS_FLAGS); in testSetInbandRingtoneTwice()
776 BluetoothGattCharacteristic characteristic = getCharacteristic(TbsGatt.UUID_STATUS_FLAGS); in testClearInbandRingtoneTwice()
822 BluetoothGattCharacteristic characteristic = getCharacteristic(TbsGatt.UUID_STATUS_FLAGS); in testSilentModeAndInbandringtonFlagsChanges()
876 BluetoothGattCharacteristic characteristic = getCharacteristic(TbsGatt.UUID_STATUS_FLAGS); in testHandleIsInbandRingtoneEnabled()
1057 BluetoothGattCharacteristic characteristic = getCharacteristic(TbsGatt.UUID_STATUS_FLAGS); in testCharacteristicNotifyOnAuthorization()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGatt.java69 @VisibleForTesting static final UUID UUID_STATUS_FLAGS = makeUuid("2BBB"); field in TbsGatt
155 } else if (uuid.equals(UUID_STATUS_FLAGS)) { in tbsUuidToString()
290 UUID_STATUS_FLAGS, in TbsGatt()
1122 } else if (charUuid.equals(UUID_STATUS_FLAGS)) { in onUnauthorizedCharRead()
1279 if (op.mCharacteristic.getUuid().equals(UUID_STATUS_FLAGS)) { in onAuthorizedGattOperation()
1396 } else if (uuid.equals(UUID_STATUS_FLAGS)) { in getLocalCharacteristicWrapper()
1448 if (characteristic.getUuid().equals(UUID_STATUS_FLAGS)) { in onDeviceAuthorizationSet()