Home
last modified time | relevance | path

Searched refs:BT_MCS_OPC_PLAY (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/subsys/bluetooth/audio/
Dmcs_internal.h22 (IN_RANGE((opcode), BT_MCS_OPC_PLAY, BT_MCS_OPC_STOP) || \
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dmcs.h152 #define BT_MCS_OPC_PLAY 0x01 macro
/Zephyr-latest/samples/bluetooth/tmap_peripheral/src/
Dmain.c307 err = mcp_send_cmd(BT_MCS_OPC_PLAY); in main()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dmedia_controller.c768 .opcode = BT_MCS_OPC_PLAY, in cmd_media_play()
Dmcc.c1076 .opcode = BT_MCS_OPC_PLAY, in cmd_mcc_play()
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dmcc_test.c764 cmd.opcode = BT_MCS_OPC_PLAY; in test_cp_play()