Searched refs:setPin (Results 1 – 7 of 7) sorted by relevance
1512 public boolean setPin(byte[] pin) { in setPin() method in BluetoothDevice1519 return service.setPin(this, true, pin.length, pin); in setPin()1534 public boolean setPin(@NonNull String pin) { in setPin() method in BluetoothDevice1539 return setPin(pinBytes); in setPin()
182 mDevice.setPin(mPin); in onReceive()
615 RequiresPermission: android.bluetooth.BluetoothDevice#setPin(byte[]):
8370 method public boolean setPin(byte[]);
6205 method public boolean setPin(byte[]);
10969 Landroid/bluetooth/IBluetooth$Stub$Proxy;->setPin(Landroid/bluetooth/BluetoothDevice;ZI[B)Z11098 Landroid/bluetooth/IBluetooth;->setPin(Landroid/bluetooth/BluetoothDevice;ZI[B)Z