Home
last modified time | relevance | path

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

1234

/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dop_agg_cli.rst3 Opcodes Aggregator Client
6 The Opcodes Aggregator Client model is a foundation model defined by the Bluetooth Mesh
10 The Opcodes Aggregator Client model is introduced in the Bluetooth Mesh Protocol Specification
14 The Opcodes Aggregator Client model communicates with an Opcodes Aggregator Server model using the
17 If present, the Opcodes Aggregator Client model must only be instantiated on the primary element.
19 The Opcodes Aggregator Client model is implicitly bound to the device key on initialization. It
Dop_agg_srv.rst3 Opcodes Aggregator Server
6 The Opcodes Aggregator Server model is a foundation model defined by the Bluetooth
10 The Opcodes Aggregator Server model is introduced in the Bluetooth Mesh Protocol
14 The Opcodes Aggregator Server model accepts messages encrypted with the node's device key
17 If present, the Opcodes Aggregator Server model must only be instantiated on the primary element.
20 to encrypt the sequence of access layer messages sent to the Opcodes Aggregator Server.
22 The Opcodes Aggregator Server handles aggregated messages and dispatches them to the
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dop_agg_cli.h17 * @defgroup bt_mesh_op_agg_cli Opcodes Aggregator Client model
24 * @brief Opcodes Aggregator Client model composition data entry.
30 /** @brief Configure Opcodes Aggregator context.
34 * @param dst Target Opcodes Aggregator Server address.
42 /** @brief Opcodes Aggregator message send.
51 /** @brief Abort Opcodes Aggregator context.
55 /** @brief Check if Opcodes Aggregator Sequence context is started.
61 /** @brief Get Opcodes Aggregator context tailroom.
63 * @return Remaining tailroom of Opcodes Aggregator SDU.
Dop_agg_srv.h17 * @defgroup bt_mesh_op_agg_srv Opcodes Aggregator Server model
24 * @brief Opcodes Aggretator Server model composition data entry.
26 * @note The Opcodes Aggregator Server handles aggregated messages
/Zephyr-latest/tests/bluetooth/controller/ctrl_unsupported/src/
Dmain.c70 /* PDU contents does not matter when testing for invalid PDU opcodes */ in lt_tx_pdu_and_rx_unknown_rsp()
117 /* PDU contents does not matter when testing for invalid PDU opcodes */ in lt_tx_undef_opcode_and_rx_unknown_rsp()
120 /* Undefined opcodes cannot be encoded, so encode a LL_UNKNOWN_RSP as in lt_tx_undef_opcode_and_rx_unknown_rsp()
168 /* Test opcodes that cannot initiate a remote procedure */ in ZTEST()
184 /* Test opcodes that can initiate a remote procedure but use the wrong in ZTEST()
196 /* Test opcodes that cannot initiate a remote procedure */ in ZTEST()
212 /* Test opcodes that can initiate a remote procedure but use the wrong in ZTEST()
227 /* Test undefined opcodes that cannot initiate a remote procedure */ in ZTEST()
230 * LL Control PDU opcodes in ZTEST()
242 /* Test undefined opcodes that cannot initiate a remote procedure */ in ZTEST()
[all …]
/Zephyr-latest/subsys/bluetooth/mesh/
Dop_agg_cli.c24 /** Mesh Opcodes Aggregator Client Model Context */
58 LOG_WRN("Unexpected Opcodes Aggregator Status"); in handle_status()
89 LOG_ERR("Opcodes Aggregator receive error %d", err); in handle_status()
108 LOG_ERR("Opcodes Aggregator Client only allowed in primary element"); in op_agg_cli_init()
112 /* Opcodes Aggregator Client model shall use the device key and in op_agg_cli_init()
133 LOG_ERR("Opcodes Aggregator is already configured"); in bt_mesh_op_agg_cli_seq_start()
159 LOG_ERR("Opcodes Aggregator not initialized"); in bt_mesh_op_agg_cli_seq_send()
Dop_agg_srv.c22 /** Mesh Opcodes Aggregator Server Model Context */
67 LOG_ERR("Unable to parse Opcodes Aggregator Sequence message (err %d)", in handle_sequence()
105 LOG_ERR("Unable to send Opcodes Aggregator Status"); in handle_sequence()
120 LOG_ERR("Opcodes Aggregator Server only allowed in primary element"); in op_agg_srv_init()
124 /* Opcodes Aggregator Server model shall use the device key and in op_agg_srv_init()
/Zephyr-latest/dts/bindings/mtd/
Djedec,spi-nor-common.yaml106 use-4b-addr-opcodes:
109 Indicates the device uses special 4-byte address opcodes.
111 special opcodes for 4-byte addressing.
113 Some devices support 4-byte address opcodes for read/write/erase
115 4-byte address opcodes.
/Zephyr-latest/dts/bindings/flash_controller/
Dst,stm32-ospi-nor.yaml77 There is no info about quad page program opcodes in the SFDP
89 four-byte-opcodes:
92 Some NOR-Flash ICs use different opcodes when operating in
95 When enabled, then 3 byte opcodes will be converted to
96 4 byte opcodes.
Dst,stm32-qspi-nor.yaml59 There is no info about quad page program opcodes in the SFDP
/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/mesh/shell/
Dop_agg.c32 shell_error(sh, "Failed to configure Opcodes Aggregator Context (err %d)", err); in cmd_seq_start()
44 shell_error(sh, "Failed to send Opcodes Aggregator Sequence message (err %d)", err); in cmd_seq_send()
DKconfig161 bool "Support for Opcodes Aggregator Client shell commands"
165 Opcodes Aggregator Client shell support.
/Zephyr-latest/include/zephyr/mgmt/mcumgr/mgmt/
Dcallbacks.h131 * MGMT event opcodes for all command processing.
139 * MGMT event opcodes for base SMP command processing.
156 * MGMT event opcodes for filesystem management group.
167 * MGMT event opcodes for image management group.
202 * MGMT event opcodes for operating system management group.
231 * MGMT event opcodes for settings management group.
242 * MGMT event opcodes for enumeration management group.
/Zephyr-latest/tests/subsys/mgmt/mcumgr/handler_demo/example_as_module/include/
Dexample_mgmt_callbacks.h18 /* MGMT event opcodes for example management group */
/Zephyr-latest/tests/bluetooth/mesh_shell/
Dprj.conf65 # PTS requires more key slots when using Opcodes Aggregator.
/Zephyr-latest/soc/ite/ec/it8xxx2/
D__arithmetic.S7 * routines are hard coded by opcodes.
/Zephyr-latest/subsys/bluetooth/audio/
Dvcp_internal.h23 /* VCS opcodes */
DKconfig.mcs212 bool "Support reading Media Control Point Opcodes Supported"
215 This option enables support for reading Media Control Point Opcodes Supported.
DKconfig.tbs221 bool "Support reading Optional Opcodes"
224 This option enables support for reading Optional Opcodes.
Dvocs_internal.h27 /* VOCS opcodes */
/Zephyr-latest/subsys/net/lib/tftp/
Dtftp_client.h27 /* TFTP Opcodes. */
/Zephyr-latest/modules/nrf_wifi/bus/
Dspi_nor.h23 /* Flash opcodes */
/Zephyr-latest/drivers/flash/
Dspi_nor.h18 /* Flash opcodes */
64 /* Flash octal opcodes */
/Zephyr-latest/soc/microchip/mec/mec172x/
Dsoc_espi_saf_v2.h407 * SPI opcodes for SAF Opcode A register
408 * SPI opcodes for SAF Opcode B register
409 * SPI opcodes for SAF Opcode C register
410 * SPI opcodes for SAF Opcode D register: power down/up and

1234