Searched refs:UUID_CONTENT_CONTROL_ID (Results 1 – 3 of 3) sorted by relevance
68 @VisibleForTesting static final UUID UUID_CONTENT_CONTROL_ID = makeUuid("2BBA"); field in TbsGatt153 } 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()
120 public static final UUID UUID_CONTENT_CONTROL_ID = field in MediaControlGattService202 } 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()
262 characteristic = service.getCharacteristic(MediaControlGattService.UUID_CONTENT_CONTROL_ID); in testGattServerFullInitialState()