OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:passkey_reply
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluez/src/
adapter.h
195
int (*
passkey_reply
) (int index, bdaddr_t *bdaddr, uint32_t passkey);
member in struct:btd_adapter_ops
agent.c
534
static void
passkey_reply
(DBusPendingCall *call, void *user_data)
function
551
request_fallback(req,
passkey_reply
) == 0) {
605
dbus_pending_call_set_notify(req->call,
passkey_reply
, req, NULL);
Completed in 184 milliseconds