Home
last modified time | relevance | path

Searched refs:convertPinToBytes (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothTestRunner.java183 byte[] pin = BluetoothDevice.convertPinToBytes(val); in onCreate()
/frameworks/base/core/java/android/bluetooth/
DBluetoothDevice.java1027 public static byte[] convertPinToBytes(String pin) { in convertPinToBytes() method in BluetoothDevice
/frameworks/base/core/java/android/server/
DBluetoothEventLoop.java662 mBluetoothService.setPin(address, BluetoothDevice.convertPinToBytes(pin)); in onRequestPinCode()
684 mBluetoothService.setPin(address, BluetoothDevice.convertPinToBytes("0000")); in onRequestPinCode()
DBluetoothService.java684 setPin(address, BluetoothDevice.convertPinToBytes("0000")); in attemptAutoPair()