OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:convertPinToBytes
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java
725
public static byte[]
convertPinToBytes
(String pin) {
/frameworks/base/core/java/android/server/
BluetoothEventLoop.java
507
mBluetoothService.setPin(address, BluetoothDevice.
convertPinToBytes
(pin));
524
mBluetoothService.setPin(address, BluetoothDevice.
convertPinToBytes
("0000"));
/packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingDialog.java
236
byte[] pinBytes = BluetoothDevice.
convertPinToBytes
(value);
Completed in 187 milliseconds