Searched refs:hops (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-latest/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 | foundation.h | 139 void bt_mesh_heartbeat(uint16_t src, uint16_t dst, uint8_t hops, uint16_t feat);
|
D | transport.c | 981 uint8_t init_ttl = 0U, hops = 0U; in trans_heartbeat() local 998 hops = (init_ttl - rx->ctx.recv_ttl + 1); in trans_heartbeat() 1001 rx->ctx.addr, rx->ctx.recv_ttl, init_ttl, hops, in trans_heartbeat() 1002 (hops == 1U) ? "" : "s", feat); in trans_heartbeat() 1005 bt_mesh_heartbeat(rx->ctx.addr, rx->ctx.recv_dst, hops, feat); in trans_heartbeat() 1009 hops, feat, rx->ctx.recv_rssi); in trans_heartbeat()
|
D | cfg_srv.c | 3523 void bt_mesh_heartbeat(uint16_t src, uint16_t dst, uint8_t hops, uint16_t feat) in bt_mesh_heartbeat() argument 3542 cfg->hb_sub.min_hops = MIN(cfg->hb_sub.min_hops, hops); in bt_mesh_heartbeat() 3543 cfg->hb_sub.max_hops = MAX(cfg->hb_sub.max_hops, hops); in bt_mesh_heartbeat() 3550 dst, hops, cfg->hb_sub.min_hops, cfg->hb_sub.max_hops, in bt_mesh_heartbeat() 3554 cfg->hb_sub.func(hops, feat); in bt_mesh_heartbeat()
|
D | provisioner_main.c | 1694 uint8_t hops, uint16_t feat, int8_t rssi) in bt_mesh_provisioner_heartbeat() argument 1714 hb_rx.cb(hb_src, hb_dst, init_ttl, rx_ttl, hops, feat, rssi); in bt_mesh_provisioner_heartbeat()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/ |
D | cfg_srv.h | 61 void (*func)(uint8_t hops, uint16_t feat);
|
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/ |
D | btc_ble_mesh_prov.c | 845 uint8_t hops, uint16_t feat, int8_t rssi) in btc_ble_mesh_provisioner_recv_heartbeat_cb() argument 853 mesh_param.provisioner_recv_heartbeat.hops = hops; in btc_ble_mesh_provisioner_recv_heartbeat_cb() 880 static void btc_ble_mesh_node_recv_heartbeat_cb(uint8_t hops, uint16_t feature) in btc_ble_mesh_node_recv_heartbeat_cb() argument 886 mesh_param.heartbeat_msg_recv.hops = hops; in btc_ble_mesh_node_recv_heartbeat_cb()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/api/ |
D | esp_ble_mesh_defs.h | 1265 uint8_t hops; /*!< Heartbeat hops (InitTTL - RxTTL + 1) */ member 1338 uint8_t hops; /*!< Heartbeat hops (InitTTL - RxTTL + 1) */ member
|