Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dmedia_controller_test.c577 static bool test_verify_media_state_wait_flags(uint8_t expected_state) in test_verify_media_state_wait_flags() argument
589 if (g_state != expected_state) { in test_verify_media_state_wait_flags()
591 g_state, expected_state); in test_verify_media_state_wait_flags()
Dmcc_test.c652 static bool test_verify_media_state_wait_flags(uint8_t expected_state) in test_verify_media_state_wait_flags() argument
664 if (g_state != expected_state) { in test_verify_media_state_wait_flags()
666 g_state, expected_state); in test_verify_media_state_wait_flags()
/Zephyr-latest/subsys/bluetooth/host/classic/
Davdtp.c443 uint8_t expected_state; in avdtp_process_configuration_cmd() local
446 expected_state = AVDTP_OPEN | AVDTP_OPENING; in avdtp_process_configuration_cmd()
448 expected_state = AVDTP_IDLE; in avdtp_process_configuration_cmd()
451 if (!(sep->state & expected_state)) { in avdtp_process_configuration_cmd()