Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGatt.java78 @VisibleForTesting static final UUID UUID_CALL_FRIENDLY_NAME = makeUuid("2BC2"); field in TbsGatt
167 } else if (uuid.equals(UUID_CALL_FRIENDLY_NAME)) { in tbsUuidToString()
317 UUID_CALL_FRIENDLY_NAME, in TbsGatt()
1146 } else if (charUuid.equals(UUID_CALL_FRIENDLY_NAME)) { in onUnauthorizedCharRead()
1408 } else if (uuid.equals(UUID_CALL_FRIENDLY_NAME)) { in getLocalCharacteristicWrapper()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/tbs/
DTbsGattTest.java275 } else if (characteristic.getUuid().equals(TbsGatt.UUID_CALL_FRIENDLY_NAME)) { in verifySetValue()
666 getCharacteristic(TbsGatt.UUID_CALL_FRIENDLY_NAME); in testSetFriendlyName()