Home
last modified time | relevance | path

Searched refs:hops (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/
Dprovisioner_main.h124 uint8_t hops, uint16_t feat, int8_t rssi);
134 uint8_t hops, uint16_t feat, int8_t rssi);
Dtransport.c959 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()
Dfoundation.h139 void bt_mesh_heartbeat(uint16_t src, uint16_t dst, uint8_t hops, uint16_t feat);
Dcfg_srv.c3491 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()
Dprovisioner_main.c1752 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/
Ddhcpserver.h29 u8_t op, htype, hlen, hops; member
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/include/
Dcfg_srv.h61 void (*func)(uint8_t hops, uint16_t feat);
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c820 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/
Desp_ble_mesh_defs.h1259 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/
Ddhcpserver.c430 m->hops = 0; in create_msg()
/hal_espressif-3.6.0/docs/en/api-guides/
Desp-wifi-mesh.rst115hops. Therefore, nodes in ESP-WIFI-MESH not only transmit their own packets, but simultaneously se…