Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGatt.java77 @VisibleForTesting static final UUID UUID_INCOMING_CALL = makeUuid("2BC1"); field in TbsGatt
165 } else if (uuid.equals(UUID_INCOMING_CALL)) { in tbsUuidToString()
311 UUID_INCOMING_CALL, in TbsGatt()
1141 } else if (charUuid.equals(UUID_INCOMING_CALL)) { in onUnauthorizedCharRead()
1406 } else if (uuid.equals(UUID_INCOMING_CALL)) { in getLocalCharacteristicWrapper()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/tbs/
DTbsGattTest.java259 } else if (characteristic.getUuid().equals(TbsGatt.UUID_INCOMING_CALL)) { in verifySetValue()
630 BluetoothGattCharacteristic characteristic = getCharacteristic(TbsGatt.UUID_INCOMING_CALL); in testSetIncomingCall()