Lines Matching refs:persistent
1046 bool persistent; in smp_notify_keys() local
1050 persistent = false; in smp_notify_keys()
1052 persistent = !test_bit(HCI_CONN_FLUSH_KEY, in smp_notify_keys()
1059 persistent = !!((req->auth_req & rsp->auth_req) & in smp_notify_keys()
1064 mgmt_new_irk(hdev, smp->remote_irk, persistent); in smp_notify_keys()
1080 mgmt_new_csrk(hdev, smp->csrk, persistent); in smp_notify_keys()
1086 mgmt_new_csrk(hdev, smp->slave_csrk, persistent); in smp_notify_keys()
1092 mgmt_new_ltk(hdev, smp->ltk, persistent); in smp_notify_keys()
1098 mgmt_new_ltk(hdev, smp->slave_ltk, persistent); in smp_notify_keys()
1113 smp->link_key, type, 0, &persistent); in smp_notify_keys()
1115 mgmt_new_link_key(hdev, key, persistent); in smp_notify_keys()