Searched refs:SMP_FLAG_INITIATOR (Results 1 – 1 of 1) sorted by relevance
| /linux/net/bluetooth/ |
| H A D | smp.c | 74 SMP_FLAG_INITIATOR, enumerator 878 if (smp->method == JUST_CFM && test_bit(SMP_FLAG_INITIATOR, in tk_request() 917 if (test_bit(SMP_FLAG_INITIATOR, &smp->flags)) in tk_request() 967 if (test_bit(SMP_FLAG_INITIATOR, &smp->flags)) in smp_confirm() 983 test_bit(SMP_FLAG_INITIATOR, &smp->flags) ? "initiator" : in smp_random() 998 if (test_bit(SMP_FLAG_INITIATOR, &smp->flags)) { in smp_random() 1250 if (test_bit(SMP_FLAG_INITIATOR, &smp->flags) && in smp_distribute_keys() 1258 if (test_bit(SMP_FLAG_INITIATOR, &smp->flags)) { in smp_distribute_keys() 1427 if (test_bit(SMP_FLAG_INITIATOR, &smp->flags)) { in sc_mackey_and_ltk() 1455 if (test_bit(SMP_FLAG_INITIATOR, &smp->flags)) { in sc_dhkey_check() [all …]
|