Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/tbs/
DTbsGattTest.java191 } else if (characteristic.getUuid().equals(TbsGatt.UUID_BEARER_TECHNOLOGY)) { in verifySetValue()
336 getCharacteristic(TbsGatt.UUID_BEARER_TECHNOLOGY); in testSetBearerTechnology()
889 getCharacteristic(TbsGatt.UUID_BEARER_TECHNOLOGY); in testClientCharacteristicConfiguration()
933 getCharacteristic(TbsGatt.UUID_BEARER_TECHNOLOGY); in testMultipleClientCharacteristicConfiguration()
1034 getCharacteristic(TbsGatt.UUID_BEARER_TECHNOLOGY); in testCharacteristicReadAccessRejectedUnauthorized()
1102 getCharacteristic(TbsGatt.UUID_BEARER_TECHNOLOGY); in testCharacteristicReadAccessUnknownUnauthorized()
1169 getCharacteristic(TbsGatt.UUID_BEARER_TECHNOLOGY) in testDescriptorReadAccessRejectedUnauthorized()
1193 getCharacteristic(TbsGatt.UUID_BEARER_TECHNOLOGY) in testDescriptorReadAccessUnknownUnauthorized()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGatt.java65 @VisibleForTesting static final UUID UUID_BEARER_TECHNOLOGY = makeUuid("2BB5"); field in TbsGatt
147 } else if (uuid.equals(UUID_BEARER_TECHNOLOGY)) { in tbsUuidToString()
267 UUID_BEARER_TECHNOLOGY, in TbsGatt()
1106 } else if (charUuid.equals(UUID_BEARER_TECHNOLOGY)) { in onUnauthorizedCharRead()
1388 } else if (uuid.equals(UUID_BEARER_TECHNOLOGY)) { in getLocalCharacteristicWrapper()