Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java2303 private List<String> getAssociatedDevices(String callingPackage, UserHandle userHandle) { in getAssociatedDevices() method in GattService
2364 scanClient.associatedDevices = getAssociatedDevices(callingPackage, scanClient.userHandle); in startScan()
2442 app.mAssociatedDevices = getAssociatedDevices(callingPackage, app.mUserHandle); in registerPiAndStartScan()