Home
last modified time | relevance | path

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

/linux-6.15/net/bluetooth/
H A Dsmp.c74 SMP_FLAG_INITIATOR, enumerator
917 if (test_bit(SMP_FLAG_INITIATOR, &smp->flags)) in tk_request()
967 if (test_bit(SMP_FLAG_INITIATOR, &smp->flags)) in smp_confirm()
998 if (test_bit(SMP_FLAG_INITIATOR, &smp->flags)) { in smp_random()
1850 clear_bit(SMP_FLAG_INITIATOR, &smp->flags); in smp_cmd_pairing_req()
1942 if (!test_bit(SMP_FLAG_INITIATOR, &smp->flags)) in smp_cmd_pairing_rsp()
2059 if (test_bit(SMP_FLAG_INITIATOR, &smp->flags)) in fixup_sc_false_positive()
2307 set_bit(SMP_FLAG_INITIATOR, &smp->flags); in smp_send_pairing_req()
2374 clear_bit(SMP_FLAG_INITIATOR, &smp->flags); in smp_send_security_req()
2852 if (test_bit(SMP_FLAG_INITIATOR, &smp->flags)) in smp_cmd_public_key()
[all …]