Home
last modified time | relevance | path

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

/Zephyr-latest/samples/boards/nordic/mesh/onoff-app/src/
Dmain.c469 struct bt_mesh_model_pub *pub_cli, *pub_srv; in button_pressed_worker() local
475 pub_cli = mod_cli->pub; in button_pressed_worker()
505 if (pub_cli->addr == BT_MESH_ADDR_UNASSIGNED) { in button_pressed_worker()
510 pub_cli->addr, button_sw->onoff_state, sw_idx); in button_pressed_worker()
511 bt_mesh_model_msg_init(pub_cli->msg, in button_pressed_worker()
513 net_buf_simple_add_u8(pub_cli->msg, button_sw->onoff_state); in button_pressed_worker()
514 net_buf_simple_add_u8(pub_cli->msg, trans_id++); in button_pressed_worker()