Searched refs:setPin (Results 1 – 5 of 5) sorted by relevance
839 public boolean setPin(byte[] pin) { in setPin() method in BluetoothDevice841 return sService.setPin(mAddress, pin); in setPin()
78 boolean setPin(in String address, in byte[] pin); in setPin() method
662 mBluetoothService.setPin(address, BluetoothDevice.convertPinToBytes(pin)); in onRequestPinCode()684 mBluetoothService.setPin(address, BluetoothDevice.convertPinToBytes("0000")); in onRequestPinCode()
684 setPin(address, BluetoothDevice.convertPinToBytes("0000")); in attemptAutoPair()1375 public synchronized boolean setPin(String address, byte[] pin) { in setPin() method in BluetoothService
172 mDevice.setPin(mPin); in onReceive()