Home
last modified time | relevance | path

Searched refs:new_transmit (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dcfg.c459 uint8_t count, interval, new_transmit; in cmd_net_transmit() local
468 new_transmit = BT_MESH_TRANSMIT(count, interval); in cmd_net_transmit()
471 bt_mesh_shell_target_ctx.dst, new_transmit, in cmd_net_transmit()
495 uint8_t count, interval, new_transmit; in cmd_relay() local
511 new_transmit = BT_MESH_TRANSMIT(count, interval); in cmd_relay()
513 new_transmit = 0U; in cmd_relay()
522 bt_mesh_shell_target_ctx.dst, val, new_transmit, &relay, in cmd_relay()
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dcfg_cli.h774 uint8_t new_transmit, uint8_t *status, uint8_t *transmit);
/Zephyr-latest/tests/bluetooth/tester/src/btp/
Dbtp_mesh.h250 uint8_t new_transmit; member
/Zephyr-latest/subsys/bluetooth/mesh/
Dcfg_cli.c1297 uint8_t new_transmit, uint8_t *status, uint8_t *transmit) in bt_mesh_cfg_cli_relay_set() argument
1314 net_buf_simple_add_u8(&msg, new_transmit); in bt_mesh_cfg_cli_relay_set()
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_mesh.c2597 cp->new_relay, cp->new_transmit, in config_relay_set()