Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/classic/
Dkeys_br.c29 static struct bt_keys_link_key key_pool[CONFIG_BT_MAX_PAIRED];
33 static struct bt_keys_link_key *last_keys_updated;
36 struct bt_keys_link_key *bt_keys_find_link_key(const bt_addr_t *addr) in bt_keys_find_link_key()
38 struct bt_keys_link_key *key; in bt_keys_find_link_key()
54 struct bt_keys_link_key *bt_keys_get_link_key(const bt_addr_t *addr) in bt_keys_get_link_key()
56 struct bt_keys_link_key *key; in bt_keys_get_link_key()
70 struct bt_keys_link_key *current = &key_pool[i]; in bt_keys_get_link_key()
98 void bt_keys_link_key_clear(struct bt_keys_link_key *link_key) in bt_keys_link_key_clear()
116 struct bt_keys_link_key *key; in bt_keys_link_key_clear_addr()
132 void bt_keys_link_key_store(struct bt_keys_link_key *link_key) in bt_keys_link_key_store()
[all …]
/Zephyr-latest/subsys/bluetooth/host/
Dkeys.h212 struct bt_keys_link_key { struct
221 #define BT_KEYS_LINK_KEY_STORAGE_LEN (sizeof(struct bt_keys_link_key) - \ argument
222 offsetof(struct bt_keys_link_key, storage_start))
224 struct bt_keys_link_key *bt_keys_get_link_key(const bt_addr_t *addr);
225 struct bt_keys_link_key *bt_keys_find_link_key(const bt_addr_t *addr);
226 void bt_keys_link_key_clear(struct bt_keys_link_key *link_key);
228 void bt_keys_link_key_store(struct bt_keys_link_key *link_key);
Dconn_internal.h144 struct bt_keys_link_key *link_key;
Dsmp.c751 struct bt_keys_link_key *link_key; in sc_derive_link_key()
944 struct bt_keys_link_key *link_key = conn->br.link_key; in smp_br_derive_ltk()