/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | health_srv.rst | 6 The Health Server model provides attention callbacks and node diagnostics for 35 The attention state is used to make the device call attention to itself 37 The attention state may be used during provisioning to let the user know which 40 The attention state is always assigned a timeout in the range of one to 255 42 application to run their attention calling behavior: 44 attention period, :c:member:`bt_mesh_health_srv_cb.attn_off` is called at 47 The remaining time for the attention period may be queried through
|
D | health_cli.rst | 7 diagnostics and control the node's attention state.
|
D | provisioning.rst | 75 invitation. The invitations prompts the provisionee to call attention to
|
D | shell.rst | 1037 ``mesh models health attention-get`` 1040 Get the current Health Server attention state. 1043 ``mesh models health attention-set <Time(s)>`` 1046 Enable the Health Server attention state for some time. 1048 * ``Time``: Duration of the attention state, in seconds (``0`` to ``255``) 1051 ``mesh models health attention-set-unack <Time(s)>`` 1054 Enable the Health Server attention state for some time without requesting a response. 1056 * ``Time``: Duration of the attention state, in seconds (``0`` to ``255``)
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | health_cli.c | 151 uint8_t *attention; member 160 uint8_t attention; in health_attention_status() local 165 attention = net_buf_simple_pull_u8(buf); in health_attention_status() 169 if (param->attention) { in health_attention_status() 170 *param->attention = attention; in health_attention_status() 177 cli->attention_status(cli, ctx->addr, attention); in health_attention_status() 191 uint8_t *attention) in bt_mesh_health_cli_attention_get() argument 195 .attention = attention, in bt_mesh_health_cli_attention_get() 207 return bt_mesh_msg_ackd_send(cli->model, ctx, &msg, attention ? &rsp : NULL); in bt_mesh_health_cli_attention_get() 211 uint8_t attention, uint8_t *updated_attention) in bt_mesh_health_cli_attention_set() argument [all …]
|
/Zephyr-latest/samples/bluetooth/mesh_demo/src/ |
D | board.h | 22 void board_attention(bool attention); 42 void board_attention(bool attention) in board_attention() argument
|
D | microbit.c | 193 void board_attention(bool attention) in board_attention() argument 219 if (attention) { in board_attention()
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | health_cli.h | 62 uint8_t attention); 319 uint8_t *attention); 340 uint8_t attention, uint8_t *updated_attention); 352 struct bt_mesh_msg_ctx *ctx, uint8_t attention);
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | health.c | 257 uint8_t attention; in cmd_attention_get() local 260 err = bt_mesh_health_cli_attention_get(cli, ctx.addr ? &ctx : NULL, &attention); in cmd_attention_get() 264 shell_print(sh, "Health Attention Timer: %u", attention); in cmd_attention_get() 279 uint8_t attention; in attention_set() local 282 attention = shell_strtoul(argv[1], 0, &err); in attention_set() 291 err = bt_mesh_health_cli_attention_set(cli, ctx.addr ? &ctx : NULL, attention, in attention_set() 302 err = bt_mesh_health_cli_attention_set_unack(cli, ctx.addr ? &ctx : NULL, attention); in attention_set() 334 SHELL_CMD_ARG(attention-get, NULL, NULL, cmd_attention_get, 1, 0), 335 SHELL_CMD_ARG(attention-set, NULL, "<Time(s)>", cmd_attention_set, 2, 0), 336 SHELL_CMD_ARG(attention-set-unack, NULL, "<Time(s)>", cmd_attention_set_unack, 2, 0),
|
D | shell.c | 201 uint16_t addr, uint8_t attention) in health_attention_status() argument 203 shell_print_ctx("Health Attention Status from 0x%04x: %u", addr, attention); in health_attention_status()
|
/Zephyr-latest/doc/_static/css/ |
D | dark.css | 72 --admonition-attention-background-color: #444033; 73 --admonition-attention-color: #ffeeaf; 74 --admonition-attention-title-background-color: #665022; 75 --admonition-attention-title-color: #ffeeaf;
|
D | light.css | 70 --admonition-attention-background-color: #ffedcc; 71 --admonition-attention-color: #404040; 72 --admonition-attention-title-background-color: #f0b37e; 73 --admonition-attention-title-color: #fff;
|
D | gcs.css | 63 color: var(--admonition-attention-title-color) !important; 64 background-color: var(--admonition-attention-title-background-color) !important;
|
D | custom.css | 477 .rst-content .admonition.attention, 480 background-color: var(--admonition-attention-background-color); 481 color: var(--admonition-attention-color); 485 .rst-content .admonition.attention .admonition-title, 488 background-color: var(--admonition-attention-title-background-color); 489 color: var(--admonition-attention-title-color);
|
/Zephyr-latest/samples/bluetooth/direction_finding_central/boards/ |
D | nrf5340dk_nrf5340_cpuapp.overlay | 10 * Note: Pay attention to assign the same GPIO pins as those provided in
|
/Zephyr-latest/samples/bluetooth/direction_finding_connectionless_rx/boards/ |
D | nrf5340dk_nrf5340_cpuapp.overlay | 10 * Note: Pay attention to assign the same GPIO pins as those provided in
|
/Zephyr-latest/samples/bluetooth/direction_finding_peripheral/boards/ |
D | nrf5340dk_nrf5340_cpuapp.overlay | 10 * Note: Pay attention to assign the same GPIO pins as those provided in
|
/Zephyr-latest/samples/bluetooth/direction_finding_connectionless_tx/boards/ |
D | nrf5340dk_nrf5340_cpuapp.overlay | 10 * Note: Pay attention to assign the same GPIO pins as those provided in
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | smbus.rst | 33 request attention from the Controller. The Controller needs to read one byte
|
/Zephyr-latest/samples/boards/nordic/dynamic_pinctrl/ |
D | README.rst | 29 associated pins has not been initialized yet. Therefore, pay attention to the
|
/Zephyr-latest/tests/bluetooth/tester/src/btp/ |
D | btp_mesh.h | 719 uint8_t attention; member 723 uint8_t attention; member
|
/Zephyr-latest/scripts/ci/es_upload/ |
D | README.md | 20 Use these examples as a reference for your setup. Always pay attention to possible changes
|
/Zephyr-latest/ |
D | CODE_OF_CONDUCT.md | 30 * The use of sexualized language or imagery, and sexual attention or advances of
|
/Zephyr-latest/doc/safety/ |
D | safety_overview.rst | 239 during normal development on “main”, which means that special attention is paid to quality goals 249 safety architect should bring it to the attention of the Safety Committee or the Technical
|
/Zephyr-latest/doc/project/ |
D | dev_env_and_tools.rst | 341 - The PR needs attention from the maintainers. 406 - An issue or a PR which seems abandoned, and requires attention by the author.
|