Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Dsmp.c121 SMP_FLAG_SC, /* if LE Secure Connections is used */ enumerator
414 if (!atomic_test_bit(smp->flags, SMP_FLAG_SC)) { in get_pair_method()
616 !atomic_test_bit(smp->flags, SMP_FLAG_SC) && in update_keys_check()
636 !atomic_test_bit(smp->flags, SMP_FLAG_SC)) { in update_keys_check()
2098 if (!atomic_test_bit(smp->flags, SMP_FLAG_SC)) { in bt_smp_distribute_keys()
2735 if (!atomic_test_bit(smp->flags, SMP_FLAG_SC)) { in remote_sec_level_reachable()
2987 atomic_set_bit(smp->flags, SMP_FLAG_SC); in smp_pairing_req()
2993 if (atomic_test_bit(smp->flags, SMP_FLAG_SC)) { in smp_pairing_req()
3034 if (!atomic_test_bit(smp->flags, SMP_FLAG_SC)) { in smp_pairing_req()
3231 atomic_set_bit(smp->flags, SMP_FLAG_SC); in smp_pairing_rsp()
[all …]