Home
last modified time | relevance | path

Searched refs:bt_keys_find_link_key (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/classic/
Dkeys_br.c36 struct bt_keys_link_key *bt_keys_find_link_key(const bt_addr_t *addr) in bt_keys_find_link_key() function
58 key = bt_keys_find_link_key(addr); in bt_keys_get_link_key()
63 key = bt_keys_find_link_key(BT_ADDR_ANY); in bt_keys_get_link_key()
126 key = bt_keys_find_link_key(addr); in bt_keys_link_key_clear_addr()
226 struct bt_keys_link_key *link_key = bt_keys_find_link_key(addr); in bt_keys_link_key_update_usage()
Dssp.c572 conn->br.link_key = bt_keys_find_link_key(&evt->bdaddr); in bt_hci_link_key_req()
/Zephyr-latest/subsys/bluetooth/host/
Dkeys.h225 struct bt_keys_link_key *bt_keys_find_link_key(const bt_addr_t *addr);