Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dmcc_test.c769 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()
980 if (g_command_result != BT_MCS_OPC_NTF_SUCCESS) { in test_cp_first_segment()
997 if (g_command_result != BT_MCS_OPC_NTF_SUCCESS) { in test_cp_last_segment()
[all …]
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dmcs.h277 #define BT_MCS_OPC_NTF_SUCCESS 0x01 macro