HomeSort by relevance Sort by last modified time
    Searched refs:agent (Results 1 - 25 of 111) sorted by null

1 2 3 4 5

  /external/bluetooth/bluez/src/
agent.h 25 struct agent;
27 typedef void (*agent_cb) (struct agent *agent, DBusError *err,
30 typedef void (*agent_pincode_cb) (struct agent *agent, DBusError *err,
33 typedef void (*agent_passkey_cb) (struct agent *agent, DBusError *err,
36 typedef void (*agent_remove_cb) (struct agent *agent, void *user_data);
38 struct agent *agent_create(struct btd_adapter *adapter, const char *name
    [all...]