Searched refs:isBondingInitiatedLocally (Results 1 – 6 of 6) sorted by relevance
561 void setBondingInitiatedLocally(boolean isBondingInitiatedLocally) { in setBondingInitiatedLocally() argument563 this.mIsBondingInitiatedLocally = isBondingInitiatedLocally; in setBondingInitiatedLocally()570 boolean isBondingInitiatedLocally() { in isBondingInitiatedLocally() method in RemoteDevices.DeviceProperties
2756 public boolean isBondingInitiatedLocally( in isBondingInitiatedLocally() method in AdapterService.AdapterServiceBinder2769 return deviceProp != null && deviceProp.isBondingInitiatedLocally(); in isBondingInitiatedLocally()
107 …boolean isBondingInitiatedLocally(in BluetoothDevice device, in AttributionSource attributionSourc… in isBondingInitiatedLocally() method
1941 public boolean isBondingInitiatedLocally() { in isBondingInitiatedLocally() method in BluetoothDevice1949 return service.isBondingInitiatedLocally(this, mAttributionSource); in isBondingInitiatedLocally()
1127 Landroid/bluetooth/IBluetooth$Stub$Proxy;->isBondingInitiatedLocally(Landroid/bluetooth/BluetoothDe…1259 Landroid/bluetooth/IBluetooth;->isBondingInitiatedLocally(Landroid/bluetooth/BluetoothDevice;)Z
205 …rmission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean isBondingInitiatedLocally();