mesh: Add support for meshd to use RAW channel
[platform/upstream/bluez.git] / mesh / mesh-io.h
index fc04220..8cf1fe4 100644 (file)
@@ -39,6 +39,13 @@ struct mesh_io_recv_info {
        int8_t rssi;
 };
 
+#ifdef TIZEN_FEATURE_BLUEZ_MODIFY
+struct mesh_io_opts {
+       int index;
+       bool use_raw;
+};
+#endif
+
 struct mesh_io_send_info {
        enum mesh_io_timing_type type;
        union {