Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/tbs/
DTbsGattTest.java156 characteristic.getDescriptor(TbsGatt.UUID_CLIENT_CHARACTERISTIC_CONFIGURATION); in configureNotifications()
891 characteristic.getDescriptor(TbsGatt.UUID_CLIENT_CHARACTERISTIC_CONFIGURATION); in testClientCharacteristicConfiguration()
935 characteristic.getDescriptor(TbsGatt.UUID_CLIENT_CHARACTERISTIC_CONFIGURATION); in testMultipleClientCharacteristicConfiguration()
1170 .getDescriptor(TbsGatt.UUID_CLIENT_CHARACTERISTIC_CONFIGURATION); in testDescriptorReadAccessRejectedUnauthorized()
1194 .getDescriptor(TbsGatt.UUID_CLIENT_CHARACTERISTIC_CONFIGURATION); in testDescriptorReadAccessUnknownUnauthorized()
1212 .getDescriptor(TbsGatt.UUID_CLIENT_CHARACTERISTIC_CONFIGURATION); in testDescriptorWriteAccessRejectedUnauthorized()
1242 .getDescriptor(TbsGatt.UUID_CLIENT_CHARACTERISTIC_CONFIGURATION); in testDescriptorWriteAccessUnknownUnauthorized()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGatt.java81 static final UUID UUID_CLIENT_CHARACTERISTIC_CONFIGURATION = makeUuid("2902"); field in TbsGatt
169 } else if (uuid.equals(UUID_CLIENT_CHARACTERISTIC_CONFIGURATION)) { in tbsUuidToString()
684 UUID_CLIENT_CHARACTERISTIC_CONFIGURATION, in ClientCharacteristicConfigurationDescriptor()
1003 characteristic.getDescriptor(UUID_CLIENT_CHARACTERISTIC_CONFIGURATION); in restoreCccValuesForStoredDevices()