Searched refs:OP_NET_TRANSMIT_STATUS (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | foundation.h | 62 #define OP_NET_TRANSMIT_STATUS BLE_MESH_MODEL_OP_2(0x80, 0x25) macro
|
D | cfg_cli.c | 70 { OP_NET_TRANSMIT_GET, OP_NET_TRANSMIT_STATUS }, 71 { OP_NET_TRANSMIT_SET, OP_NET_TRANSMIT_STATUS }, 675 { OP_NET_TRANSMIT_STATUS, 1, net_trans_status },
|
D | cfg_srv.c | 854 BLE_MESH_MODEL_BUF_DEFINE(msg, OP_NET_TRANSMIT_STATUS, 1); in net_transmit_get() 860 bt_mesh_model_msg_init(&msg, OP_NET_TRANSMIT_STATUS); in net_transmit_get() 872 BLE_MESH_MODEL_BUF_DEFINE(msg, OP_NET_TRANSMIT_STATUS, 1); in net_transmit_set() 893 bt_mesh_model_msg_init(&msg, OP_NET_TRANSMIT_STATUS); in net_transmit_set()
|