Searched defs:hops (Results 1 – 10 of 10) sorted by relevance
/Zephyr-Core-3.7.0/samples/bluetooth/mesh_demo/src/ |
D | board.h | 34 void board_heartbeat(uint8_t hops, uint16_t feat) in board_heartbeat()
|
D | main.c | 43 static void heartbeat(const struct bt_mesh_hb_sub *sub, uint8_t hops, in heartbeat()
|
D | microbit.c | 144 void board_heartbeat(uint8_t hops, uint16_t feat) in board_heartbeat()
|
/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/ |
D | heartbeat.c | 74 static void notify_recv(uint8_t hops, uint16_t feat) in notify_recv() 192 uint8_t init_ttl, hops; in bt_mesh_hb_recv() local
|
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/mesh/src/ |
D | test_heartbeat.c | 58 static void sub_hb_recv_cb(const struct bt_mesh_hb_sub *sub, uint8_t hops, uint16_t feat) in sub_hb_recv_cb()
|
/Zephyr-Core-3.7.0/samples/boards/reel_board/mesh_badge/src/ |
D | reel_board.c | 215 static int add_heartbeat(uint16_t addr, uint8_t hops) in add_heartbeat() 259 void board_add_heartbeat(uint16_t addr, uint8_t hops) in board_add_heartbeat()
|
D | mesh.c | 69 static void heartbeat(const struct bt_mesh_hb_sub *sub, uint8_t hops, in heartbeat() 455 uint8_t init_ttl, hops; in vnd_heartbeat() local
|
/Zephyr-Core-3.7.0/subsys/net/lib/dhcpv4/ |
D | dhcpv4_internal.h | 22 uint8_t hops; /* used by relay agents when booting via relay member
|
/Zephyr-Core-3.7.0/subsys/net/lib/ptp/ |
D | transport.c | 147 int socket, hops = 1, feature_on = 1; in transport_udp_ipv6_open() local
|
/Zephyr-Core-3.7.0/tests/net/socket/udp/src/ |
D | main.c | 2313 int hops, verify; in ZTEST() local
|