Searched refs:setPin (Results 1 – 4 of 4) sorted by relevance
70 boolean setPin(in BluetoothDevice device, boolean accept, int len, in byte[] pinCode); in setPin() method
973 public boolean setPin(byte[] pin) { in setPin() method in BluetoothDevice979 return sService.setPin(this, true, pin.length, pin); in setPin()
172 mDevice.setPin(mPin); in onReceive()
5125 method public boolean setPin(byte[]);