Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dfriendship_common.c55 uint8_t recv_delay, uint32_t polltimeout) in friend_established() argument
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dmain.h729 uint8_t recv_delay, uint32_t polltimeout);
Dcfg_cli.h1585 int32_t *polltimeout);
/Zephyr-latest/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()
2226 int32_t *polltimeout) in bt_mesh_cfg_cli_lpn_timeout_get() argument
2232 .polltimeout = polltimeout, in bt_mesh_cfg_cli_lpn_timeout_get()
2244 return bt_mesh_msg_ackd_send(cli->model, &ctx, &msg, !polltimeout ? NULL : &rsp); in bt_mesh_cfg_cli_lpn_timeout_get()
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_mesh.c3577 int32_t polltimeout; in config_lpn_timeout_get() local
3585 &polltimeout); in config_lpn_timeout_get()
3592 rp->timeout = sys_cpu_to_le32(polltimeout); in config_lpn_timeout_get()
5483 uint8_t recv_delay, uint32_t polltimeout) in friend_established() argument
5486 polltimeout }; in friend_established()
5490 lpn_addr, recv_delay, polltimeout); in friend_established()
/Zephyr-latest/tests/bluetooth/tester/src/btp/
Dbtp_mesh.h1149 uint32_t polltimeout; member
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dcfg.c1882 SHELL_CMD_ARG(polltimeout-get, NULL, "<LPNAddr>", cmd_polltimeout_get, 2, 0),
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dshell.rst620 ``mesh models cfg polltimeout-get <LPNAddr>``