Searched refs:simple_agent_reply (Results 1 – 1 of 1) sorted by relevance
/external/bluetooth/bluez/src/ |
D | agent.c | 249 static void simple_agent_reply(DBusPendingCall *call, void *user_data) in simple_agent_reply() function 265 request_fallback(req, simple_agent_reply) == 0) { in simple_agent_reply() 326 dbus_pending_call_set_notify(req->call, simple_agent_reply, req, NULL); in agent_call_authorize() 501 dbus_pending_call_set_notify(req->call, simple_agent_reply, req, NULL); in confirm_mode_change_request_new() 663 dbus_pending_call_set_notify(req->call, simple_agent_reply, req, NULL); in confirmation_request_new() 720 dbus_pending_call_set_notify(req->call, simple_agent_reply, req, NULL); in pairing_consent_request_new()
|