Searched refs:convertPinToBytes (Results 1 – 4 of 4) sorted by relevance
183 byte[] pin = BluetoothDevice.convertPinToBytes(val); in onCreate()
1027 public static byte[] convertPinToBytes(String pin) { in convertPinToBytes() method in BluetoothDevice
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()