Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/classic/
Dkeys_br.c54 struct bt_keys_link_key *bt_keys_get_link_key(const bt_addr_t *addr) in bt_keys_get_link_key() function
197 link_key = bt_keys_get_link_key(&le_addr.a); in link_key_set()
Dssp.c468 conn->br.link_key = bt_keys_get_link_key(&evt->bdaddr); in bt_hci_link_key_notify()
/Zephyr-latest/subsys/bluetooth/host/
Dkeys.h224 struct bt_keys_link_key *bt_keys_get_link_key(const bt_addr_t *addr);
Dsmp.c762 link_key = bt_keys_get_link_key(&conn->le.dst.a); in sc_derive_link_key()