summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoHyun Pyun <dh79.pyun@samsung.com>2017-08-01 14:22:46 +0900
committerDoHyun Pyun <dh79.pyun@samsung.com>2017-08-01 14:22:46 +0900
commit65ccf3e8b0ddbb1704d10fb14dc911cc60524244 (patch)
tree7b1a05214c669ce27df940dad5e4e6fe580355f9
parentd7d2040c776c46a7d9bdc3419b53ada9c000dc92 (diff)
downloadbluetooth-accepted/tizen_3.0_mobile.tar.gz
bluetooth-accepted/tizen_3.0_mobile.tar.bz2
bluetooth-accepted/tizen_3.0_mobile.zip
Change-Id: I99fac3a07f8f39b07019bd88d59a4cff51ab609e Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
-rw-r--r--src/bluetooth-proximity.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bluetooth-proximity.c b/src/bluetooth-proximity.c
index 8e88796..7d45f1e 100644
--- a/src/bluetooth-proximity.c
+++ b/src/bluetooth-proximity.c
@@ -37,7 +37,7 @@ typedef struct {
typedef struct {
bt_proximity_reporter_server_s reporter_server;
- bool services_supported;
+ int services_supported;
bool connected;
const void *connection_callback;