Searched refs:pincode_cb (Results 1 – 3 of 3) sorted by relevance
/external/bluetooth/bluez/src/ |
D | agent.c | 156 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()
|
D | dbus-hci.c | 159 static void pincode_cb(struct agent *agent, DBusError *err, const char *pincode, in pincode_cb() function 214 pincode_cb); in hcid_dbus_request_pin()
|
D | device.c | 2107 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()
|