Home
last modified time | relevance | path

Searched refs:g_command_result (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dmedia_controller_test.c37 static uint8_t g_command_result; variable
420 g_command_result = cmd_ntf->result_code; in command_recv_cb()
629 if (g_command_result != MEDIA_PROXY_CMD_SUCCESS) { in test_cp_play()
648 if (g_command_result != MEDIA_PROXY_CMD_SUCCESS) { in test_cp_pause()
667 if (g_command_result != MEDIA_PROXY_CMD_SUCCESS) { in test_cp_fast_rewind()
686 if (g_command_result != MEDIA_PROXY_CMD_SUCCESS) { in test_cp_fast_forward()
705 if (g_command_result != MEDIA_PROXY_CMD_SUCCESS) { in test_cp_stop()
742 if (g_command_result != MEDIA_PROXY_CMD_SUCCESS) { in test_cp_move_relative()
786 if (g_command_result != MEDIA_PROXY_CMD_SUCCESS) { in test_cp_prev_segment()
803 if (g_command_result != MEDIA_PROXY_CMD_SUCCESS) { in test_cp_next_segment()
[all …]
Dmcc_test.c44 static uint8_t g_command_result; variable
370 g_command_result = ntf->result_code; in mcc_cmd_ntf_cb()
769 if (g_command_result != BT_MCS_OPC_NTF_SUCCESS) { in test_cp_play()
788 if (g_command_result != BT_MCS_OPC_NTF_SUCCESS) { in test_cp_pause()
810 if (g_command_result != BT_MCS_OPC_NTF_SUCCESS) { in test_cp_fast_rewind()
839 if (g_command_result != BT_MCS_OPC_NTF_SUCCESS) { in test_cp_fast_forward()
865 if (g_command_result != BT_MCS_OPC_NTF_SUCCESS) { in test_cp_stop()
902 if (g_command_result != BT_MCS_OPC_NTF_SUCCESS) { in test_cp_move_relative()
946 if (g_command_result != BT_MCS_OPC_NTF_SUCCESS) { in test_cp_prev_segment()
963 if (g_command_result != BT_MCS_OPC_NTF_SUCCESS) { in test_cp_next_segment()
[all …]