Home
last modified time | relevance | path

Searched refs:UUID_CONTENT_CONTROL_ID (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGatt.java68 @VisibleForTesting static final UUID UUID_CONTENT_CONTROL_ID = makeUuid("2BBA"); field in TbsGatt
153 } else if (uuid.equals(UUID_CONTENT_CONTROL_ID)) { in tbsUuidToString()
285 UUID_CONTENT_CONTROL_ID, in TbsGatt()
1119 } else if (charUuid.equals(UUID_CONTENT_CONTROL_ID)) { in onUnauthorizedCharRead()
1394 } else if (uuid.equals(UUID_CONTENT_CONTROL_ID)) { in getLocalCharacteristicWrapper()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/
DMediaControlGattService.java120 public static final UUID UUID_CONTENT_CONTROL_ID = field in MediaControlGattService
202 } else if (uuid.equals(UUID_CONTENT_CONTROL_ID)) { in mcsUuidToString()
541 } else if (charUuid.equals(UUID_CONTENT_CONTROL_ID)) { in onUnauthorizedCharRead()
2479 UUID_CONTENT_CONTROL_ID, in getUuidCharacteristicList()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mcp/
DMediaControlGattServiceTest.java262 characteristic = service.getCharacteristic(MediaControlGattService.UUID_CONTENT_CONTROL_ID); in testGattServerFullInitialState()