Searched refs:SMP_FLAG_SC (Results 1 – 1 of 1) sorted by relevance
| /Zephyr-latest/subsys/bluetooth/host/ |
| D | smp.c | 121 SMP_FLAG_SC, /* if LE Secure Connections is used */ enumerator 420 if (!atomic_test_bit(smp->flags, SMP_FLAG_SC)) { in get_pair_method() 622 !atomic_test_bit(smp->flags, SMP_FLAG_SC) && in update_keys_check() 642 !atomic_test_bit(smp->flags, SMP_FLAG_SC)) { in update_keys_check() 2135 if (!atomic_test_bit(smp->flags, SMP_FLAG_SC)) { in bt_smp_distribute_keys() 2772 if (!atomic_test_bit(smp->flags, SMP_FLAG_SC)) { in remote_sec_level_reachable() 3024 atomic_set_bit(smp->flags, SMP_FLAG_SC); in smp_pairing_req() 3030 if (atomic_test_bit(smp->flags, SMP_FLAG_SC)) { in smp_pairing_req() 3071 if (!atomic_test_bit(smp->flags, SMP_FLAG_SC)) { in smp_pairing_req() 3268 atomic_set_bit(smp->flags, SMP_FLAG_SC); in smp_pairing_rsp() [all …]
|