/Zephyr-latest/doc/services/debugging/ |
D | mipi_stp_decoder.rst | 10 optional timestamp. There are opcodes for data (8, 16, 32, 64 bit data marked/not marked, with or 23 Decoder has internal state since there are dependency between opcodes (e.g. timestamp can be 38 * Limited set of the most common opcodes is implemented.
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | media_proxy_internal.h | 68 void (*commands_supported)(uint32_t opcodes);
|
D | mcs.c | 706 uint32_t opcodes = media_proxy_sctrl_get_commands_supported(); in read_opcodes_supported() local 707 uint32_t opcodes_le = sys_cpu_to_le32(opcodes); in read_opcodes_supported() 709 LOG_DBG("Opcodes_supported read: %d (0x%08x)", opcodes, opcodes); in read_opcodes_supported() 1157 uint32_t opcodes = media_proxy_sctrl_get_commands_supported(); in notify_cb() local 1158 uint32_t opcodes_le = sys_cpu_to_le32(opcodes); in notify_cb() 1160 LOG_DBG("Notifying command opcodes supported: %d (0x%08x)", opcodes, opcodes); in notify_cb() 1334 void media_proxy_sctrl_commands_supported_cb(uint32_t opcodes) in media_proxy_sctrl_commands_supported_cb() argument
|
D | media_proxy.c | 586 static void mcc_read_opcodes_supported_cb(struct bt_conn *conn, int err, uint32_t opcodes) in mcc_read_opcodes_supported_cb() argument 593 mprx.ctrlr.cbs->commands_supported_recv(&mprx.remote_player, err, opcodes); in mcc_read_opcodes_supported_cb() 1640 const uint32_t opcodes = in media_proxy_ctrl_get_commands_supported() local 1643 mprx.ctrlr.cbs->commands_supported_recv(player, 0, opcodes); in media_proxy_ctrl_get_commands_supported() 2128 void media_proxy_pl_commands_supported_cb(uint32_t opcodes) in media_proxy_pl_commands_supported_cb() argument 2130 mprx.sctrlr.cbs->commands_supported(opcodes); in media_proxy_pl_commands_supported_cb() 2133 mprx.ctrlr.cbs->commands_supported_recv(&mprx.local_player, 0, opcodes); in media_proxy_pl_commands_supported_cb()
|
/Zephyr-latest/include/zephyr/bluetooth/audio/ |
D | media_proxy.h | 785 void (*commands_supported_recv)(struct media_player *player, int err, uint32_t opcodes); 1768 void media_proxy_pl_commands_supported_cb(uint32_t opcodes);
|
D | mcc.h | 345 uint32_t opcodes);
|
/Zephyr-latest/boards/st/b_u585i_iot02a/ |
D | b_u585i_iot02a-common.dtsi | 141 four-byte-opcodes;
|
/Zephyr-latest/tests/bluetooth/tester/src/audio/btp/ |
D | btp_mcp.h | 273 uint32_t opcodes; member
|
/Zephyr-latest/boards/st/stm32l4r9i_disco/ |
D | stm32l4r9i_disco.dts | 233 four-byte-opcodes;
|
/Zephyr-latest/tests/bluetooth/tester/src/audio/ |
D | btp_mcp.c | 284 uint32_t opcodes) in btp_send_mcp_opcodes_supported_ev() argument 291 ev.opcodes = sys_cpu_to_le32(opcodes); in btp_send_mcp_opcodes_supported_ev() 563 static void mcc_opcodes_supported_cb(struct bt_conn *conn, int err, uint32_t opcodes) in mcc_opcodes_supported_cb() argument 568 opcodes); in mcc_opcodes_supported_cb()
|
/Zephyr-latest/boards/st/stm32l562e_dk/ |
D | stm32l562e_dk_common.dtsi | 219 four-byte-opcodes;
|
/Zephyr-latest/boards/st/stm32h573i_dk/ |
D | stm32h573i_dk.dts | 281 four-byte-opcodes;
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | access.rst | 39 The opcode list contains all message opcodes the model can receive, as well as 41 can support any number of opcodes, but each opcode can only be listed by one 119 leveraging the existing model functionality to avoid defining new opcodes.
|
D | shell.rst | 1682 * ``ElemAddr``: Element address that will process the aggregated opcodes.
|
/Zephyr-latest/doc/services/logging/ |
D | cs_stm.rst | 21 …g Major and Channel opcodes into the stream when necessary. Timestamp (from common source for all … 37 overflow occurs then data is lost but due to presence of synchronization opcodes in the STPv2
|
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | media_controller_test.c | 424 static void commands_supported_cb(struct media_player *plr, int err, uint32_t opcodes) in commands_supported_cb() argument 436 g_commands_supported = opcodes; in commands_supported_cb()
|
D | mcc_test.c | 375 uint32_t opcodes) in mcc_read_opcodes_supported_cb() argument 382 g_supported_opcodes = opcodes; in mcc_read_opcodes_supported_cb()
|
/Zephyr-latest/subsys/bluetooth/audio/shell/ |
D | media_controller.c | 325 static void commands_supported_cb(struct media_player *plr, int err, uint32_t opcodes) in commands_supported_cb() argument 332 shell_print(ctx_shell, "Player: %p, Command opcodes supported: %u", plr, opcodes); in commands_supported_cb()
|
D | mcc.c | 419 uint32_t opcodes) in mcc_read_opcodes_supported_cb() argument 427 shell_print(ctx_shell, "Opcodes supported: %d", opcodes); in mcc_read_opcodes_supported_cb()
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | ccp.rst | 79 read_optional_opcodes :Read the optional opcodes [<{instance_index,
|
D | mcp.rst | 60 The *opcodes supported* tells which operations are supported by the
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.4.rst | 401 * Added additional validation for MCC and MCS, including opcodes, values, etc.
|
D | release-notes-3.2.rst | 1284 * :dtcompatible:`st,stm32-ospi-nor`: new ``four-byte-opcodes``, 2580 * :github:`41199` - LE Audio: Media API with one call per command, rather than sending opcodes
|
D | release-notes-4.0.rst | 611 for custom write and SFDP:BFP opcodes.
|
D | release-notes-3.3.rst | 3477 * :github:`50782` - LE Audio: The MPL shell module should not use opcodes
|