OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pinRequestCallback
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
JniCallbacks.java
60
void
pinRequestCallback
(byte[] address, byte[] name, int cod, boolean min16Digits) {
61
mBondStateMachine.
pinRequestCallback
(address, name, cod, min16Digits);
BondStateMachine.java
434
void
pinRequestCallback
(byte[] address, byte[] name, int cod, boolean min16Digits) {
441
infoLog("
pinRequestCallback
: " + address + " name:" + name + " cod:" + cod);
Completed in 1162 milliseconds