Home
last modified time | relevance | path

Searched defs:canBondWithoutDialog (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/bt/binder/android/bluetooth/
H A DIBluetooth.aidl247 boolean canBondWithoutDialog(in BluetoothDevice device, in AttributionSource attributionSource); in canBondWithoutDialog() method
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothDevice.java1656 public boolean canBondWithoutDialog() { in canBondWithoutDialog() method in BluetoothDevice
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterService.java1725 public boolean canBondWithoutDialog(BluetoothDevice device, AttributionSource source) { in canBondWithoutDialog() method in AdapterService.AdapterServiceBinder
2807 public boolean canBondWithoutDialog(BluetoothDevice device) { in canBondWithoutDialog() method in AdapterService