Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dfoundation.h51 #define OP_NET_TRANSMIT_STATUS BT_MESH_MODEL_OP_2(0x80, 0x25) macro
Dcfg_srv.c567 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()
Dcfg_cli.c266 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()