Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/tbs/
DTbsGattTest.java568 getCharacteristic(TbsGatt.UUID_CALL_CONTROL_POINT); in testSetCallControlPointResult()
702 getCharacteristic(TbsGatt.UUID_CALL_CONTROL_POINT); in testHandleControlPointRequest()
726 getCharacteristic(TbsGatt.UUID_CALL_CONTROL_POINT); in testHandleControlPointInvalidLengthRequest()
1119 getCharacteristic(TbsGatt.UUID_CALL_CONTROL_POINT); in testCharacteristicWriteAccessRejectedUnauthorized()
1147 getCharacteristic(TbsGatt.UUID_CALL_CONTROL_POINT); in testCharacteristicWriteAccessUnknownUnauthorized()
1211 getCharacteristic(TbsGatt.UUID_CALL_CONTROL_POINT) in testDescriptorWriteAccessRejectedUnauthorized()
1241 getCharacteristic(TbsGatt.UUID_CALL_CONTROL_POINT) in testDescriptorWriteAccessUnknownUnauthorized()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGatt.java71 @VisibleForTesting static final UUID UUID_CALL_CONTROL_POINT = makeUuid("2BBE"); field in TbsGatt
159 } else if (uuid.equals(UUID_CALL_CONTROL_POINT)) { in tbsUuidToString()
637 UUID_CALL_CONTROL_POINT, in CallControlPointCharacteristic()
1067 if (op.mCharacteristic.getUuid().equals(UUID_CALL_CONTROL_POINT)) { in onRejectedAuthorizationGattOperation()
1130 } else if (charUuid.equals(UUID_CALL_CONTROL_POINT)) { in onUnauthorizedCharRead()
1400 } else if (uuid.equals(UUID_CALL_CONTROL_POINT)) { in getLocalCharacteristicWrapper()