Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dsmp.h148 SMP_LTK, enumerator
H A Dmgmt.c7218 type = key->initiator ? SMP_LTK : SMP_LTK_RESPONDER; in load_long_term_keys()
7222 type = key->initiator ? SMP_LTK : SMP_LTK_RESPONDER; in load_long_term_keys()
9536 case SMP_LTK: in mgmt_ltk_type()
9582 if (key->type == SMP_LTK) in mgmt_new_ltk()
H A Dsmp.c2560 ltk = hci_add_ltk(hdev, &hcon->dst, hcon->dst_type, SMP_LTK, in smp_cmd_initiator_ident()
H A Dhci_core.c1150 if (type == SMP_LTK) in ltk_role()