Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestRunner.java194 byte[] pin = BluetoothDevice.convertPinToBytes(val); in onCreate()
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothDevice.java1874 byte[] pinBytes = convertPinToBytes(pin); in setPin()
2397 public static byte[] convertPinToBytes(String pin) { in convertPinToBytes() method in BluetoothDevice