Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dsmp.h149 SMP_LTK, enumerator
H A Dmgmt.c7326 type = key->initiator ? SMP_LTK : SMP_LTK_RESPONDER; in load_long_term_keys()
7330 type = key->initiator ? SMP_LTK : SMP_LTK_RESPONDER; in load_long_term_keys()
9626 case SMP_LTK: in mgmt_ltk_type()
9672 if (key->type == SMP_LTK) in mgmt_new_ltk()
H A Dsmp.c2542 ltk = hci_add_ltk(hdev, &hcon->dst, hcon->dst_type, SMP_LTK, in smp_cmd_initiator_ident()
H A Dhci_core.c1175 if (type == SMP_LTK) in ltk_role()