Home
last modified time | relevance | path

Searched refs:getUuid (Results 1 – 21 of 21) sorted by relevance

/packages/services/Car/service/src/com/android/car/
DFastPairGattServer.java102 FAST_PAIR_SERVICE_UUID.getUuid(), BluetoothGattService.SERVICE_TYPE_PRIMARY);
188 Log.d(TAG, "onWrite uuid()" + characteristic.getUuid() + "Length" + value.length);
216 Log.d(TAG, "onWritePasskey" + characteristic.getUuid());
226 Log.w(TAG, "onWriteOther" + characteristic.getUuid());
571 mModelIdCharacteristic = new BluetoothGattCharacteristic(FAST_PAIR_MODEL_ID_UUID.getUuid(), in setup()
578 new BluetoothGattCharacteristic(KEY_BASED_PAIRING_UUID.getUuid(), in setup()
584 CLIENT_CHARACTERISTIC_CONFIG.getUuid(), in setup()
590 new BluetoothGattCharacteristic(PASSKEY_UUID.getUuid(), in setup()
596 CLIENT_CHARACTERISTIC_CONFIG.getUuid(), in setup()
603 new BluetoothGattCharacteristic(ACCOUNT_KEY_UUID.getUuid(), in setup()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DScanFilterQueue.java194 addUuid(filter.getServiceUuid().getUuid()); in addScanFilter()
196 addUuid(filter.getServiceUuid().getUuid(), filter.getServiceUuidMask().getUuid()); in addScanFilter()
201 addSolicitUuid(filter.getServiceSolicitationUuid().getUuid()); in addScanFilter()
203 addSolicitUuid(filter.getServiceSolicitationUuid().getUuid(), in addScanFilter()
204 filter.getServiceSolicitationUuidMask().getUuid()); in addScanFilter()
DGattService.java535 service.registerClient(uuid.getUuid(), callback, eatt_support, attributionSource); in registerClient()
684 service.discoverServiceByUuid(clientIf, address, uuid.getUuid(), attributionSource); in discoverServiceByUuid()
704 service.readUsingCharacteristicUuid(clientIf, address, uuid.getUuid(), startHandle, in readUsingCharacteristicUuid()
823 service.registerServer(uuid.getUuid(), callback, eatt_support, attributionSource); in registerServer()
3499 Log.d(TAG, "addService() - uuid=" + service.getUuid()); in addService()
3505 db.add(GattDbElement.createPrimaryService(service.getUuid())); in addService()
3507 db.add(GattDbElement.createSecondaryService(service.getUuid())); in addService()
3513 if (mHandleMap.checkServiceExists(includedService.getUuid(), inclSrvcHandle)) { in addService()
3517 "included service with UUID " + includedService.getUuid() + " not found!"); in addService()
3524 db.add(GattDbElement.createCharacteristic(characteristic.getUuid(), in addService()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/sdp/
DSdpManager.java127 public ParcelUuid getUuid() { in getUuid() method in SdpManager.SdpSearchInstance
188 if (inst.getDevice().getAddress().equals(addressString) && inst.getUuid() in getSearchInstance()
199 if (inst.getDevice().getAddress().equals(addressString) && inst.getUuid() in isSearching()
461 Log.d(TAG, "Starting search for UUID: " + inst.getUuid()); in startSearch()
468 Utils.uuidToByteArray(inst.getUuid())); in startSearch()
489 intent.putExtra(BluetoothDevice.EXTRA_UUID, inst.getUuid()); in sendSdpIntent()
511 Log.w(TAG, "Search timedout for UUID " + msgObj.getUuid());
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpItemTest.java102 Assert.assertEquals(UUID, item.getUuid()); in buildAvrcpItem()
154 Assert.assertEquals(null, item.getUuid()); in buildAvrcpItemFromAvrcpAttributes()
214 Assert.assertEquals(null, item.getUuid()); in buildAvrcpItemFromAvrcpAttributesWithBadIds_badIdsIgnored()
266 Assert.assertEquals(null, item.getUuid()); in buildAvrcpItemFromAvrcpAttributes_imageHandleTooShort()
318 Assert.assertEquals(null, item.getUuid()); in buildAvrcpItemFromAvrcpAttributes_imageHandleEmpty()
370 Assert.assertEquals(null, item.getUuid()); in buildAvrcpItemFromAvrcpAttributes_imageHandleNull()
422 Assert.assertEquals(null, item.getUuid()); in buildAvrcpItemFromAvrcpAttributes_imageHandleNotDigits()
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpItem.java109 public String getUuid() { in getUuid() method in AvrcpItem
260 return Objects.equals(mUuid, other.getUuid()) in equals()
DAvrcpControllerService.java119 Log.d(TAG, "Image downloaded [device: " + device + ", uuid: " + event.getUuid() in onImageDownloadComplete()
125 mCoverArtManager.removeImage(device, event.getUuid()); in onImageDownloadComplete()
DAvrcpCoverArtManager.java68 public String getUuid() { in getUuid() method in AvrcpCoverArtManager.DownloadEvent
DBrowseTree.java291 return mItem.getUuid(); in getID()
DAvrcpControllerStateMachine.java651 String uuid = event.getUuid(); in processMessage()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DPbapClientConnectionHandler.java297 if (VDBG) Log.v(TAG, "connectSocket: UUID: " + BluetoothUuid.PBAP_PSE.getUuid()); in connectSocket()
299 mDevice.createRfcommSocketToServiceRecord(BluetoothUuid.PBAP_PSE.getUuid()); in connectSocket()
/packages/apps/Settings/src/com/android/settings/deviceinfo/
DStorageWizardMigrateConfirm.java126 if (Objects.equals(mVolume.getFsUuid(), sm.getPrimaryStorageVolume().getUuid())) { in onNavigateNext()
/packages/modules/ExtServices/java/src/android/ext/services/storage/
DCacheQuotaServiceImpl.java135 if (TextUtils.equals(volume.getUuid(), uuid)) { in getReservedCacheSize()
/packages/services/BuiltInPrintService/src/com/android/bips/
DLocalPrinter.java243 public Uri getUuid() { in getUuid() method in LocalPrinter
DLocalDiscoverySession.java223 if (info.getStatus() == PrinterInfo.STATUS_IDLE && localPrinter.getUuid() != null) { in handlePrinter()
/packages/apps/Bluetooth/src/com/android/bluetooth/
DUtils.java216 UUID uuid = pUuid.getUuid(); in uuidToByteArray()
231 uuid = uuids[i].getUuid(); in uuidsToByteArray()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
DMigrateStorageActivity.java159 sm.getPrimaryStorageVolume().getUuid())) { in startMigrationInternal()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMnsObexClient.java350 BLUETOOTH_UUID_OBEX_MNS.getUuid()); in connect()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothAccessoryFragment.java297 if (GATT_BATTERY_LEVEL_CHARACTERISTIC_UUID.equals(characteristic.getUuid())) { in onCharacteristicRead()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppTransfer.java730 BluetoothUuid.OBEX_OBJECT_PUSH.getUuid()); in connectRfcommSocket()
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java1676 .storeUploadedPictureToCallLog(uuid.getUuid(), (uri) -> { in placeOutgoingConnection()