OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setPin
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/core/java/android/bluetooth/
IBluetooth.aidl
60
boolean
setPin
(in String address, in byte[] pin);
BluetoothDevice.java
596
public boolean
setPin
(byte[] pin) {
598
return sService.
setPin
(mAddress, pin);
/frameworks/base/core/java/android/server/
BluetoothEventLoop.java
507
mBluetoothService.
setPin
(address, BluetoothDevice.convertPinToBytes(pin));
524
mBluetoothService.
setPin
(address, BluetoothDevice.convertPinToBytes("0000"));
BluetoothService.java
[
all
...]
/packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingDialog.java
240
mDevice.
setPin
(pinBytes);
Completed in 142 milliseconds