Home
last modified time | relevance | path

Searched refs:pincode_cb (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/bluez/src/
Dagent.c156 agent_pincode_cb pincode_cb; in agent_free() local
164 pincode_cb = agent->request->cb; in agent_free()
165 pincode_cb(agent, &err, NULL, agent->request->user_data); in agent_free()
Ddbus-hci.c159 static void pincode_cb(struct agent *agent, DBusError *err, const char *pincode, in pincode_cb() function
214 pincode_cb); in hcid_dbus_request_pin()
Ddevice.c2107 static void pincode_cb(struct agent *agent, DBusError *err, const char *pincode, in pincode_cb() function
2193 ret = agent_request_pincode(agent, device, pincode_cb, in device_request_authentication()