X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=bt-httpproxy%2Fbt-httpproxy.h;h=c6884c6ab566c42564f5f7d3a663baeaf06064c2;hb=e3503dd377cadd114917a37fd27f25967a315606;hp=43d1b962e845b898beb0c98a02a6c413ecfe02a0;hpb=41bfe957df119c7d3693451fe94b950bccf70904;p=platform%2Fcore%2Fconnectivity%2Fbluetooth-frwk.git diff --git a/bt-httpproxy/bt-httpproxy.h b/bt-httpproxy/bt-httpproxy.h old mode 100644 new mode 100755 index 43d1b96..c6884c6 --- a/bt-httpproxy/bt-httpproxy.h +++ b/bt-httpproxy/bt-httpproxy.h @@ -1,9 +1,5 @@ /* - * Bluetooth-httpproxy-service - * - * Copyright (c) 2015 - 2016 Samsung Electronics Co., Ltd. All rights reserved. - * - * Contact: C S Bhargava + * 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);