Searched refs:SMP_FLAG_INITIATOR (Results 1 – 1 of 1) sorted by relevance
| /linux/net/bluetooth/ |
| H A D | smp.c | 71 SMP_FLAG_INITIATOR, enumerator 856 if (smp->method == JUST_CFM && test_bit(SMP_FLAG_INITIATOR, in tk_request() 895 if (test_bit(SMP_FLAG_INITIATOR, &smp->flags)) in tk_request() 945 if (test_bit(SMP_FLAG_INITIATOR, &smp->flags)) in smp_confirm() 961 test_bit(SMP_FLAG_INITIATOR, &smp->flags) ? "initiator" : in smp_random() 976 if (test_bit(SMP_FLAG_INITIATOR, &smp->flags)) { in smp_random() 1228 if (test_bit(SMP_FLAG_INITIATOR, &smp->flags) && in smp_distribute_keys() 1236 if (test_bit(SMP_FLAG_INITIATOR, &smp->flags)) { in smp_distribute_keys() 1397 if (test_bit(SMP_FLAG_INITIATOR, &smp->flags)) { in sc_mackey_and_ltk() 1425 if (test_bit(SMP_FLAG_INITIATOR, &smp->flags)) { in sc_dhkey_check() [all …]
|