Searched refs:hops (Results 1 – 11 of 11) sorted by relevance
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/ |
D | provisioner_main.h | 124 uint8_t hops, uint16_t feat, int8_t rssi); 134 uint8_t hops, uint16_t feat, int8_t rssi);
|
D | transport.c | 959 uint8_t init_ttl = 0U, hops = 0U; in trans_heartbeat() local 976 hops = (init_ttl - rx->ctx.recv_ttl + 1); in trans_heartbeat() 979 rx->ctx.addr, rx->ctx.recv_ttl, init_ttl, hops, in trans_heartbeat() 980 (hops == 1U) ? "" : "s", feat); in trans_heartbeat() 983 bt_mesh_heartbeat(rx->ctx.addr, rx->ctx.recv_dst, hops, feat); in trans_heartbeat() 987 hops, feat, rx->ctx.recv_rssi); in trans_heartbeat()
|
D | foundation.h | 139 void bt_mesh_heartbeat(uint16_t src, uint16_t dst, uint8_t hops, uint16_t feat);
|
D | cfg_srv.c | 3491 void bt_mesh_heartbeat(uint16_t src, uint16_t dst, uint8_t hops, uint16_t feat) in bt_mesh_heartbeat() argument 3510 cfg->hb_sub.min_hops = MIN(cfg->hb_sub.min_hops, hops); in bt_mesh_heartbeat() 3511 cfg->hb_sub.max_hops = MAX(cfg->hb_sub.max_hops, hops); in bt_mesh_heartbeat() 3518 dst, hops, cfg->hb_sub.min_hops, cfg->hb_sub.max_hops, in bt_mesh_heartbeat() 3522 cfg->hb_sub.func(hops, feat); in bt_mesh_heartbeat()
|
D | provisioner_main.c | 1752 uint8_t hops, uint16_t feat, int8_t rssi) in bt_mesh_provisioner_heartbeat() argument 1772 hb_rx.cb(hb_src, hb_dst, init_ttl, rx_ttl, hops, feat, rssi); in bt_mesh_provisioner_heartbeat()
|
/hal_espressif-3.6.0/components/lwip/include/apps/dhcpserver/ |
D | dhcpserver.h | 29 u8_t op, htype, hlen, hops; member
|
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/include/ |
D | cfg_srv.h | 61 void (*func)(uint8_t hops, uint16_t feat);
|
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/btc/ |
D | btc_ble_mesh_prov.c | 820 uint8_t hops, uint16_t feat, int8_t rssi) in btc_ble_mesh_provisioner_recv_heartbeat_cb() argument 828 mesh_param.provisioner_recv_heartbeat.hops = hops; in btc_ble_mesh_provisioner_recv_heartbeat_cb() 855 static void btc_ble_mesh_node_recv_heartbeat_cb(uint8_t hops, uint16_t feature) in btc_ble_mesh_node_recv_heartbeat_cb() argument 861 mesh_param.heartbeat_msg_recv.hops = hops; in btc_ble_mesh_node_recv_heartbeat_cb()
|
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/api/ |
D | esp_ble_mesh_defs.h | 1259 uint8_t hops; /*!< Heartbeat hops (InitTTL - RxTTL + 1) */ member 1332 uint8_t hops; /*!< Heartbeat hops (InitTTL - RxTTL + 1) */ member
|
/hal_espressif-3.6.0/components/lwip/apps/dhcpserver/ |
D | dhcpserver.c | 430 m->hops = 0; in create_msg()
|
/hal_espressif-3.6.0/docs/en/api-guides/ |
D | esp-wifi-mesh.rst | 115 …hops. Therefore, nodes in ESP-WIFI-MESH not only transmit their own packets, but simultaneously se…
|