Remove old bt-service files
[platform/core/connectivity/bluetooth-frwk.git] / bt-httpproxy / bt-httpproxy.h
old mode 100644 (file)
new mode 100755 (executable)
index 43d1b96..c6884c6
@@ -1,9 +1,5 @@
 /*
- * Bluetooth-httpproxy-service
- *
- * Copyright (c) 2015 - 2016 Samsung Electronics Co., Ltd. All rights reserved.
- *
- * Contact:  C S Bhargava <cs.bhargava@samsung.com>
+ * Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -22,7 +18,7 @@
 #ifndef __BT_HTTPPROXY_H__
 #define __BT_HTTPPROXY_H__
 
-#ifdef HPS_FEATURE
+#ifdef TIZEN_FEATURE_BT_HPS
 
 #define BT_HPS_LE_ADAPTER_INTERFACE    "org.bluez.Adapter1"
 #define BT_HPS_LE_ADAPTER_PATH "/org/projectx/bt/le/adapter"
@@ -81,16 +77,16 @@ typedef enum http_request_state_tag {
 } http_request_state;
 
 
-// Temporary UUIDs. SIG has to define the UUIDs yet.
-#define HPS_UUID "00001900-0000-1000-8000-00805f9b34fb"
-#define HTTP_URI_UUID "00001901-0000-1000-8000-00805f9b34fb"
-#define HTTP_HDR_UUID "00001902-0000-1000-8000-00805f9b34fb"
-#define HTTP_ENTITY_UUID "00001903-0000-1000-8000-00805f9b34fb"
-#define HTTP_CP_UUID "00001904-0000-1000-8000-00805f9b34fb"
-#define HTTP_STATUS_UUID "00001905-0000-1000-8000-00805f9b34fb"
+/* HPS UUIDs. defined by SIG */
+#define HPS_UUID "1823"
+#define HTTP_URI_UUID "2ab6"
+#define HTTP_HDR_UUID "2ab7"
+#define HTTP_ENTITY_UUID "2ab9"
+#define HTTP_CP_UUID "2aba"
+#define HTTP_STATUS_UUID "2ab8"
+#define HTTP_SECURITY_UUID "2abb"
 /* CCC descriptor UUID is predefined by SIG */
 #define HTTP_STATUS_CCC_DESC_UUID "2902"
-#define HTTP_SECURITY_UUID "00001906-0000-1000-8000-00805f9b34fb"
 
 void _bt_hps_exit(void);
 int _bt_hps_prepare_httpproxy(void);