Searched refs:OP_NET_TRANSMIT_STATUS (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | foundation.h | 51 #define OP_NET_TRANSMIT_STATUS BT_MESH_MODEL_OP_2(0x80, 0x25) macro
|
D | cfg_srv.c | 567 BT_MESH_MODEL_BUF_DEFINE(msg, OP_NET_TRANSMIT_STATUS, 1); in net_transmit_get() 572 bt_mesh_model_msg_init(&msg, OP_NET_TRANSMIT_STATUS); in net_transmit_get() 586 BT_MESH_MODEL_BUF_DEFINE(msg, OP_NET_TRANSMIT_STATUS, 1); in net_transmit_set() 596 bt_mesh_model_msg_init(&msg, OP_NET_TRANSMIT_STATUS); in net_transmit_set()
|
D | cfg_cli.c | 266 status = state_status_u8(model, ctx, buf, OP_NET_TRANSMIT_STATUS); in net_transmit_status() 1069 { OP_NET_TRANSMIT_STATUS, BT_MESH_LEN_EXACT(1), net_transmit_status }, 1267 return set_state_u8(net_idx, addr, OP_NET_TRANSMIT_SET, OP_NET_TRANSMIT_STATUS, val, in bt_mesh_cfg_cli_net_transmit_set() 1273 return get_state_u8(net_idx, addr, OP_NET_TRANSMIT_GET, OP_NET_TRANSMIT_STATUS, transmit); in bt_mesh_cfg_cli_net_transmit_get()
|