Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothPbap.java297 if (BluetoothAdapter.checkBluetoothAddress(device.getAddress())) return true; in isValidDevice()
DBluetoothAvrcpController.java271 return device != null && BluetoothAdapter.checkBluetoothAddress(device.getAddress()); in isValidDevice()
DBluetoothPbapClient.java333 return device != null && BluetoothAdapter.checkBluetoothAddress(device.getAddress()); in isValidDevice()
DBluetoothDevice.java1420 if (!BluetoothAdapter.checkBluetoothAddress(address)) { in BluetoothDevice()
2210 if (!BluetoothAdapter.checkBluetoothAddress(getAddress())) { in connect()
2252 if (!BluetoothAdapter.checkBluetoothAddress(getAddress())) { in disconnect()
3617 if (!BluetoothAdapter.checkBluetoothAddress(getAddress())) { in setActiveAudioDevicePolicy()
DBluetoothA2dpSink.java472 return device != null && BluetoothAdapter.checkBluetoothAddress(device.getAddress()); in isValidDevice()
DBluetoothCsipSetCoordinator.java495 return device != null && BluetoothAdapter.checkBluetoothAddress(device.getAddress()); in isValidDevice()
DBluetoothMap.java548 return device != null && BluetoothAdapter.checkBluetoothAddress(device.getAddress()); in isValidDevice()
DBluetoothSap.java549 return device != null && BluetoothAdapter.checkBluetoothAddress(device.getAddress()); in isValidDevice()
DBluetoothPan.java603 return device != null && BluetoothAdapter.checkBluetoothAddress(device.getAddress()); in isValidDevice()
DBluetoothHidDevice.java818 if (BluetoothAdapter.checkBluetoothAddress(device.getAddress())) return true; in isValidDevice()
DBluetoothAdapter.java3995 public static boolean checkBluetoothAddress(String address) { in checkBluetoothAddress() method in BluetoothAdapter
4032 return checkBluetoothAddress(address) in isAddressRandomStatic()
4897 if (!BluetoothAdapter.checkBluetoothAddress(getAddress())) { in setPreferredAudioProfiles()
4981 if (!BluetoothAdapter.checkBluetoothAddress(device.getAddress())) { in getPreferredAudioProfiles()
5039 if (!BluetoothAdapter.checkBluetoothAddress(device.getAddress())) { in notifyActiveDeviceChangeApplied()
DBluetoothMapClient.java747 return device != null && BluetoothAdapter.checkBluetoothAddress(device.getAddress()); in isValidDevice()
DBluetoothHidHost.java602 return device != null && BluetoothAdapter.checkBluetoothAddress(device.getAddress()); in isValidDevice()
DBluetoothVolumeControl.java804 return device != null && BluetoothAdapter.checkBluetoothAddress(device.getAddress()); in isValidDevice()
DBluetoothHearingAid.java833 if (BluetoothAdapter.checkBluetoothAddress(device.getAddress())) return true; in isValidDevice()
DBluetoothLeBroadcastAssistant.java1252 return device != null && BluetoothAdapter.checkBluetoothAddress(device.getAddress()); in isValidDevice()
DBluetoothA2dp.java1134 if (BluetoothAdapter.checkBluetoothAddress(device.getAddress())) return true; in isValidDevice()
DBluetoothHapClient.java1381 if (BluetoothAdapter.checkBluetoothAddress(device.getAddress())) return true; in isValidDevice()
DBluetoothLeAudio.java1376 if (BluetoothAdapter.checkBluetoothAddress(device.getAddress())) return true; in isValidDevice()
DBluetoothHeadset.java1342 return device != null && BluetoothAdapter.checkBluetoothAddress(device.getAddress()); in isValidDevice()
DBluetoothHeadsetClient.java1705 return device != null && BluetoothAdapter.checkBluetoothAddress(device.getAddress()); in isValidDevice()
DBluetoothQualityReport.java553 if (!BluetoothAdapter.checkBluetoothAddress(remoteAddr)) { in setRemoteAddress()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java2919 if (!BluetoothAdapter.checkBluetoothAddress(device.getAddress())) { in connectAllEnabledProfiles()
2957 if (!BluetoothAdapter.checkBluetoothAddress(device.getAddress())) { in disconnectAllEnabledProfiles()
4007 if (!BluetoothAdapter.checkBluetoothAddress(device.getAddress())) { in setPreferredAudioProfiles()
4031 if (!BluetoothAdapter.checkBluetoothAddress(device.getAddress())) { in getPreferredAudioProfiles()
4056 if (!BluetoothAdapter.checkBluetoothAddress(device.getAddress())) { in notifyActiveDeviceChangeApplied()
4246 if (!BluetoothAdapter.checkBluetoothAddress(device.getAddress())) { in setActiveAudioDevicePolicy()
4268 if (!BluetoothAdapter.checkBluetoothAddress(device.getAddress())) { in getActiveAudioDevicePolicy()
/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DScanFilter.java841 if (!BluetoothAdapter.checkBluetoothAddress(deviceAddress)) { in setDeviceAddressInternal()
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt19 method public static boolean checkBluetoothAddress(String);