Home
last modified time | relevance | path

Searched refs:link_key_info (Results 1 – 4 of 4) sorted by relevance

/external/bluetooth/bluez/src/
Dadapter.h59 struct link_key_info { struct
Dadapter.c2453 static struct link_key_info *get_key_info(const char *addr, const char *value) in get_key_info()
2455 struct link_key_info *info; in get_key_info()
2465 info = g_new0(struct link_key_info, 1); in get_key_info()
2494 struct link_key_info *info; in create_stored_device_from_linkkeys()
/external/bluetooth/bluez/plugins/
Dhciops.c870 struct link_key_info *key_info; in link_key_request()
927 struct link_key_info *key_info; in link_key_notify()
946 key_info = g_new0(struct link_key_info, 1); in link_key_notify()
Dmgmtops.c1864 struct link_key_info *info = l->data; in mgmt_load_keys()