Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dsmp.h146 SMP_LTK, enumerator
H A Dmgmt.c7421 type = key->initiator ? SMP_LTK : SMP_LTK_RESPONDER; in load_long_term_keys()
7425 type = key->initiator ? SMP_LTK : SMP_LTK_RESPONDER; in load_long_term_keys()
9889 case SMP_LTK: in mgmt_ltk_type()
9935 if (key->type == SMP_LTK) in mgmt_new_ltk()
H A Dsmp.c2516 ltk = hci_add_ltk(hdev, &hcon->dst, hcon->dst_type, SMP_LTK, in smp_cmd_initiator_ident()
H A Dhci_core.c1139 if (type == SMP_LTK) in ltk_role()