Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetooth.aidl254 boolean canBondWithoutDialog(in BluetoothDevice device, in AttributionSource attributionSource); in canBondWithoutDialog() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothDevice.java2129 public boolean canBondWithoutDialog() { in canBondWithoutDialog() method in BluetoothDevice
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java2826 public boolean canBondWithoutDialog(BluetoothDevice device, AttributionSource source) { in canBondWithoutDialog() method in AdapterService.AdapterServiceBinder
5030 public boolean canBondWithoutDialog(BluetoothDevice device) { in canBondWithoutDialog() method in AdapterService