/nrf52832-nimble/packages/NimBLE-latest/docs/mesh/ |
H A D | index.rst | 19 …ors network. It utilizes managed flood based approach where only mains-powered nodes relay messages 20 making it very power efficient (battery powered low-power nodes that don't relay messages can opera… 33 - Relay - receive and retransmit mesh messages over the advertising bearer to enable larger networ… 94 - Relay support
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/include/mesh/ |
H A D | cfg_srv.h | 25 u8_t relay; /* Relay Mode state */ member 26 u8_t relay_retransmit; /* Relay Retransmit state */
|
/nrf52832-nimble/ |
H A D | README.md | 15 - 支持 BLE Mesh(PB-GATT and PB-ADV provisioning, Relay support, GATT Proxy ....)
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/ |
H A D | cfg_srv.c | 976 BT_ERR("Unable to send Config Relay Status response"); in relay_get() 1001 if (cfg->relay == BT_MESH_RELAY_NOT_SUPPORTED) { in relay_set() 1004 change = (cfg->relay != buf->om_data[0]); in relay_set() 1005 cfg->relay = buf->om_data[0]; in relay_set() 1013 BT_DBG("Relay 0x%02x (%s) xmit 0x%02x (count %u interval %u)", in relay_set() 1014 cfg->relay, change ? "changed" : "not changed", in relay_set() 1024 BT_WARN("Invalid Relay value 0x%02x", buf->om_data[0]); in relay_set() 1033 BT_ERR("Unable to send Relay Status response"); in relay_set() 3346 if (cfg->relay > 0x02) { in conf_is_valid() 3379 cfg->relay = BT_MESH_RELAY_NOT_SUPPORTED; in bt_mesh_cfg_srv_init() [all …]
|
H A D | shell.c | 74 .relay = BT_MESH_RELAY_DISABLED, 1118 u8_t relay, transmit; in cmd_relay() local 1122 err = bt_mesh_cfg_relay_get(net.net_idx, net.dst, &relay, in cmd_relay() 1147 new_transmit, &relay, &transmit); in cmd_relay() 1151 printk("Unable to send Relay Get/Set (err %d)\n", err); in cmd_relay() 1155 printk("Relay is 0x%02x, Transmit 0x%02x (count %u interval %ums)\n", in cmd_relay() 1156 relay, transmit, BT_MESH_TRANSMIT_COUNT(transmit), in cmd_relay() 2439 { "relay", cmd_relay, &cmd_relay_help },
|
H A D | settings.c | 63 u8_t relay; member 814 cfg->relay = stored_cfg.cfg.relay; in mesh_commit() 1059 val.relay = cfg->relay; in store_pending_cfg()
|
H A D | net.c | 1110 * if the Relay state is set to enabled. Locally originated packets always 1112 * then we should only relay it if the GATT Proxy state is enabled. 1160 /* The Relay Retransmit state is only applied to adv-adv relaying. in bt_mesh_net_relay() 1172 BT_ERR("Out of relay buffers"); in bt_mesh_net_relay() 1331 /* Relay if this was a group/virtual address, or if the destination in bt_mesh_net_recv()
|
H A D | cfg_cli.c | 125 BT_WARN("Unexpected Relay Status message"); in relay_status()
|
/nrf52832-nimble/packages/NimBLE-latest/ |
H A D | README.md | 39 - 支持中继(Relay support)
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/ |
H A D | syscfg.yml | 120 a relay will perform better the more buffers it has. Another 196 Support for acting as a Mesh Relay Node.
|
/nrf52832-nimble/packages/NimBLE-latest/docs/ |
H A D | index.rst | 65 - Relay support
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/ |
H A D | pppoe.h | 124 #define PPPOE_TAG_RELAYSID 0x0110 /* relay session id */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/ |
H A D | pppoe.h | 128 #define PPPOE_TAG_RELAYSID 0x0110 /* relay session id */
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/netif/ |
H A D | ppp_oe.h | 125 #define PPPOE_TAG_RELAYSID 0x0110 /* relay session id */
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh/src/ |
H A D | main.c | 48 .relay = BT_MESH_RELAY_DISABLED,
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_1/src/ |
H A D | main.c | 73 .relay = BT_MESH_RELAY_DISABLED,
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/test/unit/dhcp/ |
H A D | test_dhcp.c | 31 0x00, 0x00, 0x00, 0x00, /* relay agent */ 74 0x00, 0x00, 0x00, 0x00, /* Relay agent */ 924 0x00, 0x00, 0x00, 0x00, /* relay agent */ in START_TEST()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/test/unit/dhcp/ |
H A D | test_dhcp.c | 31 0x00, 0x00, 0x00, 0x00, /* relay agent */ 74 0x00, 0x00, 0x00, 0x00, /* Relay agent */ 953 0x00, 0x00, 0x00, 0x00, /* relay agent */ in START_TEST()
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_2/src/ |
H A D | device_composition.c | 18 .relay = BT_MESH_RELAY_DISABLED,
|