Implement ZDO Dev control
[platform/core/connectivity/zigbee-manager.git] / zigbee-daemon / zigbee-lib / include / zblib_service.h
index 8d21a27..6034098 100644 (file)
@@ -45,4 +45,12 @@ ZigBeeServiceInterface *zblib_service_ref_service_interface(ZigBeeService *servi
 GHashTable *zblib_service_ref_request_hash_table(ZigBeeService *service);
 gint zblib_service_generate_request_id(ZigBeeService *service);
 
+gboolean zblib_service_dispatch_request(ZigBeeService *service,
+       guint request_id);
+void zblib_service_send_response(ZigBeeService *service,
+       guint request_id, gpointer resp_data, guint resp_data_len);
+
+void zblib_service_send_notification(ZigBeeService *service,
+       guint noti_id, gpointer noti_data, guint noti_data_len);
+
 #endif /* __ZIGBEE_LIB_SERVICE_H__ */