Home
last modified time | relevance | path

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

/external/bluetooth/bluez/src/
Dagent.c159 agent_pincode_cb pincode_cb; in agent_free() local
167 pincode_cb = agent->request->cb; in agent_free()
168 pincode_cb(agent, &err, NULL, agent->request->user_data); in agent_free()
Devent.c126 static void pincode_cb(struct agent *agent, DBusError *derr, in pincode_cb() function
173 pincode_cb); in btd_event_request_pin()
Ddevice.c2259 static void pincode_cb(struct agent *agent, DBusError *err, in pincode_cb() function
2351 err = agent_request_pincode(agent, device, pincode_cb, in device_request_authentication()