Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/host/privacy/device/src/
Dtest_undirected_central.c28 #define GET_FLAG(flag) (bool)atomic_get(&flag) macro
177 if (GET_FLAG(paired) && in scan_recv()
184 if (GET_FLAG(paired)) { in scan_recv()
188 if (connection_test || !GET_FLAG(paired)) { in scan_recv()
193 LOG_DBG("Scanner stopped: conn %d paired %d", connection_test, GET_FLAG(paired)); in scan_recv()
Dtest_undirected_peripheral.c44 #define GET_FLAG(flag) (bool)atomic_get(&flag) macro
321 if (!GET_FLAG(paired_flag)) { in connected()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/ccc_store/src/
Dcommon.h31 #define GET_FLAG(flag) (bool)atomic_get(&flag) macro
Dcentral.c244 if (GET_FLAG(gatt_subscribed_flag) == false) { in connect_restore_sec()
/Zephyr-latest/tests/bsim/bluetooth/host/security/ccc_update/src/
Dcommon.h31 #define GET_FLAG(flag) (bool)atomic_get(&flag) macro
Dperipheral.c209 if (!GET_FLAG(ccc_cfg_changed_flag)) { in connect_wait_unsubscribtion()
/Zephyr-latest/tests/bsim/bluetooth/host/security/bond_per_connection/src/
Dbs_bt_utils.c66 if (GET_FLAG(call_bt_conn_set_bondable) && bt_conn_set_bondable(conn, GET_FLAG(bondable))) { in connected()
Dbs_bt_utils.h45 #define GET_FLAG(flag) \ macro
/Zephyr-latest/tests/bsim/bluetooth/host/security/security_changed_callback/src/
Dbs_bt_utils.h43 #define GET_FLAG(flag) (bool)atomic_get(&flag) macro
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/sc_indicate/src/
Dbs_bt_utils.h31 #define GET_FLAG(flag) (bool)atomic_get(&flag) macro
/Zephyr-latest/tests/bsim/bluetooth/host/security/id_addr_update/common/
Dbs_bt_utils.h49 #define GET_FLAG(flag) \ macro
/Zephyr-latest/tests/bsim/bluetooth/host/adv/encrypted/css_sample_data/src/
Dcommon.h65 #define GET_FLAG(flag) (bool)atomic_get(&flag) macro