OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setPin
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java
827
public boolean
setPin
(byte[] pin) {
829
return sService.
setPin
(mAddress, pin);
[
all
...]
/frameworks/base/core/java/android/server/
BluetoothEventLoop.java
654
mBluetoothService.
setPin
(address, BluetoothDevice.convertPinToBytes(pin));
676
mBluetoothService.
setPin
(address, BluetoothDevice.convertPinToBytes("0000"));
[
all
...]
BluetoothService.java
639
setPin
(address, BluetoothDevice.convertPinToBytes("0000"));
[
all
...]
Completed in 1025 milliseconds