Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/host/security/security_changed_callback/src/
Dbs_bt_utils.h24 DECLARE_FLAG(flag_pairing_complete);
25 DECLARE_FLAG(flag_bonded);
26 DECLARE_FLAG(flag_not_bonded);
/Zephyr-latest/tests/bsim/bluetooth/host/security/bond_per_connection/src/
Dbs_bt_utils.h30 DECLARE_FLAG(flag_pairing_complete);
31 DECLARE_FLAG(flag_bonded);
32 DECLARE_FLAG(flag_not_bonded);
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/sc_indicate/src/
Dbs_bt_utils.h16 DECLARE_FLAG(flag_pairing_complete);
17 DECLARE_FLAG(flag_bonded);
18 DECLARE_FLAG(flag_not_bonded);
/Zephyr-latest/tests/bsim/bluetooth/host/security/bond_overwrite_allowed/src/
Dbs_bt_utils.h30 DECLARE_FLAG(flag_pairing_complete);
31 DECLARE_FLAG(flag_pairing_failed);
/Zephyr-latest/tests/bsim/bluetooth/host/security/bond_overwrite_denied/src/
Dbs_bt_utils.h30 DECLARE_FLAG(flag_pairing_complete);
31 DECLARE_FLAG(flag_pairing_failed);
/Zephyr-latest/tests/bsim/babblekit/include/babblekit/
Dflags.h19 #define DECLARE_FLAG(flag) extern atomic_t flag macro