Searched refs:UUID_CALL_STATE (Results 1 – 2 of 2) sorted by relevance
70 @VisibleForTesting static final UUID UUID_CALL_STATE = makeUuid("2BBD"); field in TbsGatt157 } else if (uuid.equals(UUID_CALL_STATE)) { in tbsUuidToString()296 UUID_CALL_STATE, in TbsGatt()1125 } else if (charUuid.equals(UUID_CALL_STATE)) { in onUnauthorizedCharRead()1398 } else if (uuid.equals(UUID_CALL_STATE)) { in getLocalCharacteristicWrapper()
233 } else if (characteristic.getUuid().equals(TbsGatt.UUID_CALL_STATE)) { in verifySetValue()514 BluetoothGattCharacteristic characteristic = getCharacteristic(TbsGatt.UUID_CALL_STATE); in testSetCallState()1072 BluetoothGattCharacteristic characteristic2 = getCharacteristic(TbsGatt.UUID_CALL_STATE); in testCharacteristicNotifyOnAuthorization()