OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setPairingConfirmation
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java
612
public boolean
setPairingConfirmation
(boolean confirm) {
614
return sService.
setPairingConfirmation
(mAddress, confirm);
/frameworks/base/core/java/android/server/
BluetoothService.java
[
all
...]
Completed in 111 milliseconds