Searched refs:bt_keys_link_key (Results 1 – 4 of 4) sorted by relevance
29 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 …]
212 struct bt_keys_link_key { struct221 #define BT_KEYS_LINK_KEY_STORAGE_LEN (sizeof(struct bt_keys_link_key) - \ argument222 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);
144 struct bt_keys_link_key *link_key;
751 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()