Searched refs:relay (Results 1 – 16 of 16) sorted by relevance
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | cfg.c | 28 uint8_t relay; member 337 int bt_mesh_relay_set(enum bt_mesh_feat_state relay, uint8_t xmit) in bt_mesh_relay_set() argument 345 err = feature_set(BT_MESH_RELAY, relay); in bt_mesh_relay_set() 444 bt_mesh_relay_set(cfg.relay, cfg.relay_retransmit); in cfg_set() 475 val.relay = bt_mesh_relay_get(); in store_pending_cfg()
|
D | Kconfig | 165 int "Maximum of simultaneous relay message support" 170 Maximum of simultaneous relay message support. Requires controller support 173 Note that: The Subnet Bridge feature uses the relay advertising sets. 176 bool "Use the main advertising set to relay messages" 180 relayed, all relay advertising sets defined by 183 messages, the stack will use the main advertising set to relay 256 bool "Use relay advertising sets to send provisioning PDUs" 259 Use relay advertising sets to send provisioning PDUs 438 unnecessary relaying and helps in getting rid of relay loops. Setting 494 Note that: The Subnet Bridge feature uses the relay advertising buffers. If both the Relay
|
/Zephyr-latest/boards/kincony/kincony_kc868_a32/doc/ |
D | index.rst | 6 Kincony KC868-A32 is a home automation relay module based on the 90 .. _KINCONY KC868-A32 User Guide: https://www.kincony.com/arduino-esp32-32-channel-relay-module-kc8…
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | brg_cfg.rst | 116 When a message is relayed between subnets by a Subnet Bridge, it is allocated from the relay buffer 117 pool. The number of relay buffers are configurable using the 121 relay advertising sets. The number of advertising sets are configurable using the 124 Both the relay buffer pool and advertising sets can be used even if the relay feature 154 optimizing relay paths. While MDF can enhance Subnet Bridging by handling path discovery and
|
D | shell.rst | 598 ``mesh models cfg relay [<Val(off, on)> [<Count> [Int(ms)]]]`` 609 …* ``Count``: Sets the new relay retransmit count if ``val`` is ``on``. Ignored if ``val`` is ``off… 610 …* ``Int``: Sets the new relay retransmit interval in milliseconds if ``val`` is ``on``. Legal int…
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_persistence.c | 206 } relay; member 222 .relay = { .state = BT_MESH_FEATURE_ENABLED, .transmit = BT_MESH_TRANSMIT(2, 20) }, 238 .relay = { .state = BT_MESH_FEATURE_ENABLED, .transmit = BT_MESH_TRANSMIT(1, 10) }, 941 current_stack_cfg->relay.state, in test_cfg_save() 942 current_stack_cfg->relay.transmit, in test_cfg_save() 944 if (err || status != current_stack_cfg->relay.state || in test_cfg_save() 945 transmit != current_stack_cfg->relay.transmit) { in test_cfg_save() 947 current_stack_cfg->relay.transmit); in test_cfg_save() 1027 if (err || status != current_stack_cfg->relay.state || in test_cfg_load() 1028 transmit != current_stack_cfg->relay.transmit) { in test_cfg_load()
|
/Zephyr-latest/tests/arch/arm/arm_sw_vector_relay/ |
D | README.txt | 5 This test verifies that the vector table relay feature
|
/Zephyr-latest/arch/arm/core/cortex_m/ |
D | CMakeLists.txt | 44 # Using 0x0 prefix will result in placing the relay vector table section
|
D | Kconfig | 354 vector table relay handler and a vector relay table, to 355 relay interrupts based on a vector table pointer.
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | cfg.h | 214 int bt_mesh_relay_set(enum bt_mesh_feat_state relay, uint8_t xmit);
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | cfg.c | 488 uint8_t relay, transmit; in cmd_relay() local 493 bt_mesh_shell_target_ctx.dst, &relay, &transmit); in cmd_relay() 522 bt_mesh_shell_target_ctx.dst, val, new_transmit, &relay, in cmd_relay() 531 shell_print(sh, "Relay is 0x%02x, Transmit 0x%02x (count %u interval %ums)", relay, in cmd_relay() 1879 SHELL_CMD_ARG(relay, NULL, "[<Val(off, on)> [<Count> [Int(ms)]]]", cmd_relay,
|
/Zephyr-latest/subsys/mgmt/osdp/ |
D | Kconfig.pd | 134 PD and the output device (relay) is not energized. The inverted drive
|
/Zephyr-latest/boards/arduino/opta/doc/ |
D | index.rst | 32 - 4 x isolated relay outputs
|
/Zephyr-latest/doc/services/logging/ |
D | index.rst | 548 * The *relay domain* has one or more links to other domains but does not 550 another relay or to the root domain.
|
/Zephyr-latest/doc/hardware/arch/ |
D | arm_cortex_m.rst | 597 it is able to relay exceptions and interrupts based on a vector table
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.5.rst | 1483 * :github:`29544` - Bluetooth: Mesh: Friend node unable relay message for lpn 1727 * :github:`27716` - Bluetooth: Mesh: Devices relay their own messages (even with relay disabled!)
|