Lines Matching refs:persistent
1045 bool persistent; in smp_notify_keys() local
1049 persistent = false; in smp_notify_keys()
1051 persistent = !test_bit(HCI_CONN_FLUSH_KEY, in smp_notify_keys()
1058 persistent = !!((req->auth_req & rsp->auth_req) & in smp_notify_keys()
1063 mgmt_new_irk(hdev, smp->remote_irk, persistent); in smp_notify_keys()
1084 mgmt_new_csrk(hdev, smp->csrk, persistent); in smp_notify_keys()
1090 mgmt_new_csrk(hdev, smp->responder_csrk, persistent); in smp_notify_keys()
1096 mgmt_new_ltk(hdev, smp->ltk, persistent); in smp_notify_keys()
1102 mgmt_new_ltk(hdev, smp->responder_ltk, persistent); in smp_notify_keys()
1117 smp->link_key, type, 0, &persistent); in smp_notify_keys()
1119 mgmt_new_link_key(hdev, key, persistent); in smp_notify_keys()