Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/audio/
Dmedia_proxy.h222 #define MEDIA_PROXY_OP_STOP 0x05 macro
/Zephyr-latest/subsys/bluetooth/audio/
Dmpl.c1365 case MEDIA_PROXY_OP_STOP: in inactive_state_command_handler()
1469 case MEDIA_PROXY_OP_STOP: in playing_state_command_handler()
1593 case MEDIA_PROXY_OP_STOP: in paused_state_command_handler()
1755 case MEDIA_PROXY_OP_STOP: in seeking_state_command_handler()
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dmedia_controller_test.c700 cmd.opcode = MEDIA_PROXY_OP_STOP; in test_cp_stop()