Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGatt.java70 @VisibleForTesting static final UUID UUID_CALL_STATE = makeUuid("2BBD"); field in TbsGatt
157 } 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()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/tbs/
DTbsGattTest.java233 } 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()