Home
last modified time | relevance | path

Searched refs:polltimeout (Results 1 – 8 of 8) sorted by relevance

/Zephyr-Core-3.5.0/tests/bsim/bluetooth/mesh/src/
Dfriendship_common.c55 uint8_t recv_delay, uint32_t polltimeout) in friend_established() argument
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/mesh/
Dmain.h729 uint8_t recv_delay, uint32_t polltimeout);
Dcfg_cli.h1585 int32_t *polltimeout);
/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/
Dcfg_cli.c1020 int32_t *polltimeout; member
1028 int32_t polltimeout; in lpn_timeout_status() local
1035 polltimeout = net_buf_simple_pull_le24(buf); in lpn_timeout_status()
1044 if (param->polltimeout) { in lpn_timeout_status()
1045 *param->polltimeout = polltimeout; in lpn_timeout_status()
1056 polltimeout); in lpn_timeout_status()
2224 int32_t *polltimeout) in bt_mesh_cfg_cli_lpn_timeout_get() argument
2230 .polltimeout = polltimeout, in bt_mesh_cfg_cli_lpn_timeout_get()
2242 return bt_mesh_msg_ackd_send(cli->model, &ctx, &msg, !polltimeout ? NULL : &rsp); in bt_mesh_cfg_cli_lpn_timeout_get()
/Zephyr-Core-3.5.0/tests/bluetooth/tester/src/
Dbtp_mesh.c3318 int32_t polltimeout; in config_lpn_timeout_get() local
3326 &polltimeout); in config_lpn_timeout_get()
3333 rp->timeout = sys_cpu_to_le32(polltimeout); in config_lpn_timeout_get()
5274 uint8_t recv_delay, uint32_t polltimeout) in friend_established() argument
5277 polltimeout }; in friend_established()
5281 lpn_addr, recv_delay, polltimeout); in friend_established()
/Zephyr-Core-3.5.0/tests/bluetooth/tester/src/btp/
Dbtp_mesh.h1099 uint32_t polltimeout; member
/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/shell/
Dcfg.c1882 SHELL_CMD_ARG(polltimeout-get, NULL, "<LPNAddr>", cmd_polltimeout_get, 2, 0),
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/api/mesh/
Dshell.rst620 ``mesh models cfg polltimeout-get <LPNAddr>``