Home
last modified time | relevance | path

Searched refs:opcodes (Results 1 – 25 of 25) sorted by relevance

/Zephyr-latest/doc/services/debugging/
Dmipi_stp_decoder.rst10 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/
Dmedia_proxy_internal.h68 void (*commands_supported)(uint32_t opcodes);
Dmcs.c706 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
Dmedia_proxy.c586 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/
Dmedia_proxy.h785 void (*commands_supported_recv)(struct media_player *player, int err, uint32_t opcodes);
1768 void media_proxy_pl_commands_supported_cb(uint32_t opcodes);
Dmcc.h345 uint32_t opcodes);
/Zephyr-latest/boards/st/b_u585i_iot02a/
Db_u585i_iot02a-common.dtsi141 four-byte-opcodes;
/Zephyr-latest/tests/bluetooth/tester/src/audio/btp/
Dbtp_mcp.h273 uint32_t opcodes; member
/Zephyr-latest/boards/st/stm32l4r9i_disco/
Dstm32l4r9i_disco.dts233 four-byte-opcodes;
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_mcp.c284 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/
Dstm32l562e_dk_common.dtsi219 four-byte-opcodes;
/Zephyr-latest/boards/st/stm32h573i_dk/
Dstm32h573i_dk.dts281 four-byte-opcodes;
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Daccess.rst39 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.
Dshell.rst1682 * ``ElemAddr``: Element address that will process the aggregated opcodes.
/Zephyr-latest/doc/services/logging/
Dcs_stm.rst21 …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/
Dmedia_controller_test.c424 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()
Dmcc_test.c375 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/
Dmedia_controller.c325 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()
Dmcc.c419 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/
Dccp.rst79 read_optional_opcodes :Read the optional opcodes [<{instance_index,
Dmcp.rst60 The *opcodes supported* tells which operations are supported by the
/Zephyr-latest/doc/releases/
Drelease-notes-3.4.rst401 * Added additional validation for MCC and MCS, including opcodes, values, etc.
Drelease-notes-3.2.rst1284 * :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
Drelease-notes-4.0.rst611 for custom write and SFDP:BFP opcodes.
Drelease-notes-3.3.rst3477 * :github:`50782` - LE Audio: The MPL shell module should not use opcodes