Searched refs:status_flags (Results 1 – 4 of 4) sorted by relevance
| /tests/bsim/bluetooth/host/misc/conn_stress/central/src/ |
| A D | main.c | 78 ATOMIC_DEFINE(status_flags, DEVICE_NUM_FLAGS); 308 __ASSERT(atomic_test_bit(status_flags, DEVICE_IS_SCANNING), in stop_scan() 310 atomic_clear_bit(status_flags, DEVICE_IS_SCANNING); in stop_scan() 348 __ASSERT(!atomic_test_bit(status_flags, DEVICE_IS_CONNECTING), in parse_ad() 350 atomic_set_bit(status_flags, DEVICE_IS_CONNECTING); in parse_ad() 389 atomic_set_bit(status_flags, DEVICE_IS_SCANNING); in start_scan() 429 atomic_clear_bit(status_flags, DEVICE_IS_CONNECTING); in connected_cb() 675 !atomic_test_bit(status_flags, DEVICE_IS_SCANNING) && in test_central_main() 676 !atomic_test_bit(status_flags, DEVICE_IS_CONNECTING)) { in test_central_main() 679 if (atomic_test_bit(status_flags, DEVICE_IS_CONNECTING)) { in test_central_main()
|
| /tests/bsim/bluetooth/audio/src/ |
| A D | tbs_client_test.c | 40 CREATE_FLAG(status_flags); 207 SET_FLAG(status_flags); in tbs_client_status_flags_cb() 321 .status_flags = tbs_client_status_flags_cb, 433 UNSET_FLAG(status_flags); in test_status_flags() 443 WAIT_FOR_FLAG(status_flags); in test_status_flags()
|
| /tests/bluetooth/tester/src/audio/btp/ |
| A D | btp_ccp.h | 187 uint16_t status_flags; member
|
| /tests/bluetooth/tester/src/audio/ |
| A D | btp_ccp.c | 69 ev.status_flags = sys_cpu_to_le16(tbs_handles->status_flags); in tbs_chrc_handles_ev() 232 tbs_handles.status_flags = tbs_inst->status_flags_sub_params.value_handle; in tbs_client_read_val_cb() 276 .status_flags = tbs_client_read_val_cb,
|
Completed in 16 milliseconds