Searched refs:setPin (Results 1 – 5 of 5) sorted by relevance
811 public boolean setPin(byte[] pin) { in setPin() method in BluetoothDevice813 return sService.setPin(mAddress, pin); in setPin()
77 boolean setPin(in String address, in byte[] pin); in setPin() method
654 mBluetoothService.setPin(address, BluetoothDevice.convertPinToBytes(pin)); in onRequestPinCode()676 mBluetoothService.setPin(address, BluetoothDevice.convertPinToBytes("0000")); in onRequestPinCode()
633 setPin(address, BluetoothDevice.convertPinToBytes("0000")); in attemptAutoPair()1324 public synchronized boolean setPin(String address, byte[] pin) { in setPin() method in BluetoothService
172 mDevice.setPin(mPin); in onReceive()