Modify the paired uuid count
[platform/core/connectivity/bluetooth-frwk.git] / bt-service / bt-service-device.c
1 /*
2  * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  *              http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  *
16  */
17
18 #include <glib.h>
19 #include <gio/gio.h>
20 #include <dlog.h>
21 #include <string.h>
22 #include <syspopup_caller.h>
23 #include <vconf.h>
24 #include <bundle_internal.h>
25
26
27 #include "bluetooth-api.h"
28 #include "bt-internal-types.h"
29
30 #include "bt-service-common.h"
31 #include "bt-service-adapter-le.h"
32 #include "bt-service-event.h"
33 #include "bt-service-device.h"
34 #include "bt-service-rfcomm-client.h"
35 #include "bt-service-util.h"
36 #include "bt-service-agent.h"
37 #include "bt-service-network.h"
38 #include "bt-service-adapter.h"
39 #include "bt-service-gap-agent.h"
40 #include "bt-service-pbap.h"
41
42 #define BT_SYSPOPUP_IPC_RESPONSE_OBJECT "/org/projectx/bt_syspopup_res"
43 #define BT_SYSPOPUP_INTERFACE "User.Bluetooth.syspopup"
44 #define BT_SYSPOPUP_METHOD_RESPONSE "Response"
45
46 #define BT_LE_CONN_INTERVAL_MIN 7.5 /* msec */
47 #define BT_LE_CONN_INTERVAL_MAX 4000 /* msec */
48 #define BT_LE_CONN_SUPER_TO_MIN 100 /* msec */
49 #define BT_LE_CONN_SUPER_TO_MAX 32000 /* msec */
50 #define BT_LE_CONN_SLAVE_LATENCY_MAX 499
51 #define BT_LE_CONN_INTERVAL_SPLIT 1.25 /* msec */
52 #define BT_LE_CONN_TO_SPLIT 10 /* msec */
53 #define BT_DEVICE_PIN_CODE_SLOT_MAX 10
54
55 #define BT_LE_CONN_PARAM_DEFAULT_SUPERVISION_TIMEOUT    6000    /* msec */
56
57 #define BT_LE_CONN_PARAM_BALANCED_MIN_INTERVAL  30      /* msec */
58 #define BT_LE_CONN_PARAM_BALANCED_MAX_INTERVAL  50      /* msec */
59 #define BT_LE_CONN_PARAM_BALANCED_SLAVE_LATENCY 0       /* event */
60
61 #define BT_LE_CONN_PARAM_LOW_LATENCY_MIN_INTERVAL       10      /* msec */
62 #define BT_LE_CONN_PARAM_LOW_LATENCY_MAX_INTERVAL       30      /* msec */
63 #define BT_LE_CONN_PARAM_LOW_LATENCY_SLAVE_LATENCY      0       /* event */
64
65 #define BT_LE_CONN_PARAM_LOW_POWER_MIN_INTERVAL         80      /* msec */
66 #define BT_LE_CONN_PARAM_LOW_POWER_MAX_INTERVAL         100     /* msec */
67 #define BT_LE_CONN_PARAM_LOW_POWER_SLAVE_LATENCY        2       /* event */
68
69 #define PROFILE_SUPPORTED 0x3 /* This corresponds to binary 0b11*/
70
71 typedef struct {
72         int req_id;
73         int result;
74         char *addr;
75         gboolean is_autopair;
76         GDBusProxy *device_proxy;
77         GDBusProxy *adapter_proxy;
78         void *agent;
79         unsigned short conn_type;
80         gboolean bonding_wo_discovery;
81 } bt_funcion_data_t;
82
83 typedef struct {
84         char *address;
85         char *pin_code;
86 } bt_pin_code_info_t;
87
88 typedef struct {
89         int req_id;
90         bluetooth_device_address_t bd_addr;
91         gboolean auto_connect;
92 } bt_pending_le_conn_info_s;
93
94 gboolean is_device_creating;
95 bt_funcion_data_t *bonding_info;
96 bt_funcion_data_t *searching_info;
97 bt_funcion_data_t *att_mtu_req_info;
98
99 static GSList *pin_info_list = NULL;
100 static bt_pending_le_conn_info_s *pending_le_conn_info = NULL;
101 static guint pending_le_conn_timer_id = 0;
102
103 /* This HID Mouse does not support pairing precedure. need to skip it. */
104 #define SMB_MOUSE_LAP_ADDR "00:12:A1"
105
106 static void __bt_bond_device_cb(GDBusProxy *proxy, GAsyncResult *res,
107                                         gpointer user_data);
108
109 static int __bt_retry_bond(void);
110
111
112 /*static void __bt_decline_pair_request()
113 {
114         GVariant *out_param1;
115         GVariant *out_param2;
116         request_info_t *req_info;
117         bluetooth_device_info_t dev_info;
118         bt_remote_dev_info_t *remote_dev_info;
119         GVariant *uuid_list, *manufacture_data;
120         GVariant *param;
121
122         BT_DBG("+");
123         if (bonding_info) {
124                 req_info = _bt_get_request_info(bonding_info->req_id);
125                 if (req_info == NULL) {
126                         BT_ERR("req_info == NULL");
127                         goto done;
128                 }
129                 remote_dev_info = _bt_get_remote_device_info(bonding_info->addr);
130         } else {
131                 BT_DBG("bonding_info is NULL");
132                 BT_DBG("-");
133                 return;
134         }
135
136         uuid_list =  g_variant_new_from_data((const GVariantType *)"as",
137                                                 remote_dev_info->uuids, remote_dev_info->uuid_count,
138                                                 TRUE, NULL, NULL);
139
140         manufacture_data = g_variant_new_from_data((const GVariantType *)"ay",
141                                                 remote_dev_info->manufacturer_data, remote_dev_info->manufacturer_data_len,
142                                                 TRUE, NULL, NULL);
143
144         param = g_variant_new("isunsbuba{s}na{y})",
145                         bonding_info->result,
146                         bonding_info->addr,
147                         remote_dev_info->class,
148                         remote_dev_info->rssi,
149                         remote_dev_info->name,
150                         remote_dev_info->paired,
151                         remote_dev_info->connected,
152                         remote_dev_info->trust,
153                         uuid_list,
154                         remote_dev_info->manufacturer_data_len,
155                         manufacture_data);
156
157
158         //Send the event to application
159         if (remote_dev_info != NULL) {
160                 _bt_send_event(BT_ADAPTER_EVENT,
161                         BLUETOOTH_EVENT_BONDING_FINISHED,
162                         param);
163
164                 _bt_free_device_info(remote_dev_info);
165         }
166
167         if (req_info->context == NULL)
168                 goto done;
169
170         memset(&dev_info, 0x00, sizeof(bluetooth_device_info_t));
171         _bt_convert_addr_string_to_type(dev_info.device_address.addr,
172                                         bonding_info->addr);
173
174         out_param1 = g_variant_new_from_data((const GVariantType *)"ay",
175                 &dev_info, sizeof(bluetooth_device_info_t), TRUE, NULL, NULL);
176
177         out_param2 = g_variant_new_from_data((const GVariantType *)"i",
178                 &bonding_info->result, sizeof(int), TRUE, NULL, NULL);
179
180
181         g_dbus_method_invocation_return_value(req_info->context,
182                         g_variant_new("@ayi", out_param1, out_param2));
183
184
185         _bt_delete_request_list(req_info->req_id);
186 done:
187
188         g_free(bonding_info->addr);
189         g_free(bonding_info);
190         bonding_info = NULL;
191
192         BT_DBG("-");
193 } */
194
195 #ifdef TIZEN_PROFILE_WEARABLE
196 static gboolean __bt_syspopup_timer_cb(gpointer user_data)
197 {
198         int ret;
199         bundle *b;
200         retv_if(user_data == NULL, FALSE);
201
202         b = (bundle *)user_data;
203
204         ret = syspopup_launch("bt-syspopup", b);
205         if (ret < 0) {
206                 BT_ERR("Sorry!! Cannot launch popup return = %d, Retrying...", ret);
207         } else {
208                 BT_DBG("Hurray!!! Finally Popup launched");
209                 bundle_free(b);
210         }
211         return (ret < 0) ? TRUE : FALSE;
212 }
213
214 static gboolean __bt_launch_unable_to_pairing_syspopup(int result)
215 {
216         BT_DBG("+");
217         int ret = 0;
218         bundle *b = NULL;
219         GDBusConnection *conn;
220
221         conn = _bt_gdbus_get_system_gconn();
222         if (conn == NULL)
223                 return FALSE;
224
225         b = bundle_create();
226         if (b == NULL)
227                 return FALSE;
228
229         bundle_add(b, "event-type", "unable-to-pairing");
230
231         if (result == BLUETOOTH_ERROR_TIMEOUT)
232                 bundle_add(b, "error", "timeout");
233         else if (result == BLUETOOTH_ERROR_AUTHENTICATION_FAILED)
234                 bundle_add(b, "error", "authfailed");
235         else
236                 bundle_add(b, "error", "error");
237
238         ret = syspopup_launch("bt-syspopup", b);
239         if (0 > ret) {
240                 BT_ERR("Popup launch failed...retry %d \n", ret);
241                 g_timeout_add(200, (GSourceFunc) __bt_syspopup_timer_cb,
242                                 b);
243         } else {
244                 bundle_free(b);
245         }
246
247         BT_DBG("-");
248         return TRUE;
249 }
250 #endif
251
252 gboolean _bt_is_device_creating(void)
253 {
254         return is_device_creating;
255 }
256
257 gboolean _bt_is_bonding_device_address(const char *address)
258 {
259         if (bonding_info == NULL || bonding_info->addr == NULL)
260                 return FALSE;
261
262         if (g_strcmp0(bonding_info->addr, address) == 0) {
263                 BT_DBG("[%s]  is bonding device", address);
264                 return TRUE;
265         }
266
267         BT_DBG("[%s]  is NOT bonding device", address);
268         return FALSE;
269 }
270
271 void _bt_set_autopair_status_in_bonding_info(gboolean is_autopair)
272 {
273         ret_if(bonding_info == NULL);
274         bonding_info->is_autopair = is_autopair;
275 }
276
277 void __bt_cancel_search_service_done(void)
278 {
279         int result = BLUETOOTH_ERROR_CANCEL_BY_USER;
280         request_info_t *req_info;
281         bluetooth_device_info_t dev_info;
282         GVariant *out_param1;
283
284         ret_if(searching_info == NULL);
285
286         req_info = _bt_get_request_info(searching_info->req_id);
287         if (req_info == NULL) {
288                 BT_ERR("req_info == NULL");
289                 goto done;
290         }
291
292         if (req_info->context == NULL)
293                 goto done;
294
295         memset(&dev_info, 0x00, sizeof(bluetooth_device_info_t));
296         _bt_convert_addr_string_to_type(dev_info.device_address.addr,
297                                         searching_info->addr);
298
299         out_param1 = g_variant_new_from_data((const GVariantType *)"ay",
300                 &dev_info, sizeof(bluetooth_device_info_t), TRUE, NULL, NULL);
301
302
303         g_dbus_method_invocation_return_value(req_info->context,
304                         g_variant_new("(iv)", result, out_param1));
305
306         _bt_delete_request_list(req_info->req_id);
307
308 done:
309
310         g_free(searching_info->addr);
311         g_free(searching_info);
312         searching_info = NULL;
313 }
314
315 static void __bt_get_uuids(GVariant *value, bt_remote_dev_info_t *info)
316 {
317         ret_if(value == NULL);
318         ret_if(info == NULL);
319
320         gsize uuid_count = 0;
321
322         info->uuids = g_variant_dup_strv(value, &uuid_count);
323         info->uuid_count = (unsigned int)uuid_count;
324
325         BT_DBG("uuid count : %d", uuid_count);
326 }
327
328 bt_remote_dev_info_t *_bt_get_remote_device_info(char *address)
329 {
330         char *object_path = NULL;
331         bt_remote_dev_info_t *dev_info;
332
333         retv_if(address == NULL, NULL);
334
335         object_path = _bt_get_device_object_path(address);
336         retv_if(object_path == NULL, NULL);
337
338         dev_info = _bt_get_remote_device_info_by_object_path(object_path);
339
340         g_free(object_path);
341         return dev_info;
342 }
343
344 bt_remote_dev_info_t *_bt_get_remote_device_info_by_object_path(
345                                                         const char *object_path)
346 {
347         bt_remote_dev_info_t *dev_info;
348         GDBusProxy *adapter_proxy;
349         GDBusProxy *device_proxy;
350         GVariant *value;
351         GVariant *tmp_value;
352         gchar *name;
353         gchar * address;
354         GDBusConnection *conn;
355         GError *error = NULL;
356         GVariant *result = NULL;
357         GVariantIter *value_iter;
358         guint8 m_value;
359         int i = 0;
360
361         adapter_proxy = _bt_get_adapter_proxy();
362         retv_if(adapter_proxy == NULL, NULL);
363
364         retv_if(object_path == NULL, NULL);
365
366         conn = _bt_gdbus_get_system_gconn();
367         if (conn == NULL) {
368                 BT_ERR("conn == NULL");
369                 return NULL;
370         }
371
372         device_proxy = g_dbus_proxy_new_sync(conn, G_DBUS_PROXY_FLAGS_NONE,
373                                         NULL, BT_BLUEZ_NAME, object_path,
374                                         BT_PROPERTIES_INTERFACE,  NULL, NULL);
375
376         retv_if(device_proxy == NULL, NULL);
377
378         result = g_dbus_proxy_call_sync(device_proxy, "GetAll",
379                                 g_variant_new("(s)", BT_DEVICE_INTERFACE),
380                                 G_DBUS_CALL_FLAGS_NONE,
381                                 -1,
382                                 NULL,
383                                 &error);
384
385         g_object_unref(device_proxy);
386
387         dev_info = g_malloc0(sizeof(bt_remote_dev_info_t));
388
389         if (result != NULL) {
390                 g_variant_get(result , "(@a{sv})", &value);
391                 g_variant_unref(result);
392
393                 tmp_value = g_variant_lookup_value(value, "Alias", G_VARIANT_TYPE_STRING);
394
395                 g_variant_get(tmp_value, "s", &name);
396                 g_variant_unref(tmp_value);
397                 if (name != NULL)
398                         DBG_SECURE("Alias Name [%s]", name);
399                 else {
400                         tmp_value = g_variant_lookup_value(value, "Name", G_VARIANT_TYPE_STRING);
401                         g_variant_get(tmp_value, "s", &name);
402                         g_variant_unref(tmp_value);
403                 }
404
405                 tmp_value = g_variant_lookup_value(value, "IsAliasSet", G_VARIANT_TYPE_BOOLEAN);
406                 if (tmp_value) {
407                         dev_info->is_alias_set = g_variant_get_boolean(tmp_value);
408                         g_variant_unref(tmp_value);
409                 } else {
410                         dev_info->is_alias_set = FALSE;
411                 }
412                 BT_DBG("IsAliasSet: [%s]", dev_info->is_alias_set ? "TRUE" : "FALSE");
413
414                 tmp_value = g_variant_lookup_value(value, "Class", G_VARIANT_TYPE_UINT32);
415                 if (tmp_value) {
416                         dev_info->class = g_variant_get_uint32(tmp_value);
417                         g_variant_unref(tmp_value);
418                 } else
419                         dev_info->class = 0;
420
421                 tmp_value = g_variant_lookup_value(value, "Connected",  G_VARIANT_TYPE_BYTE);
422                 if (tmp_value) {
423                         dev_info->connected = g_variant_get_byte(tmp_value);
424                         g_variant_unref(tmp_value);
425                 } else
426                         dev_info->connected = BLUETOOTH_CONNECTED_LINK_NONE;
427                 BT_DBG("connected link : %d", dev_info->connected);
428
429                 tmp_value = g_variant_lookup_value(value, "Trusted",  G_VARIANT_TYPE_BOOLEAN);
430                 if (tmp_value) {
431                         dev_info->trust = g_variant_get_boolean(tmp_value);
432                         g_variant_unref(tmp_value);
433                 } else
434                         dev_info->trust = FALSE;
435
436                 tmp_value = g_variant_lookup_value(value, "Paired",  G_VARIANT_TYPE_BOOLEAN);
437                 if (tmp_value) {
438                         dev_info->paired = g_variant_get_boolean(tmp_value);
439                         g_variant_unref(tmp_value);
440                 } else
441                         dev_info->paired = FALSE;
442
443                 tmp_value = g_variant_lookup_value(value, "RSSI", G_VARIANT_TYPE_INT16);
444                 if (tmp_value) {
445                         dev_info->rssi = g_variant_get_int16(tmp_value);
446                         g_variant_unref(tmp_value);
447                 } else
448                         dev_info->rssi = 0;
449
450                 tmp_value = g_variant_lookup_value(value, "LastAddrType", G_VARIANT_TYPE_BYTE);
451                 if (tmp_value) {
452                         dev_info->addr_type = g_variant_get_byte(tmp_value);
453                         g_variant_unref(tmp_value);
454                 } else
455                         dev_info->addr_type = 0;
456
457                 tmp_value = g_variant_lookup_value(value, "UUIDs", G_VARIANT_TYPE_STRING_ARRAY);
458                 if (tmp_value) {
459                         __bt_get_uuids(tmp_value, dev_info);
460                         g_variant_unref(tmp_value);
461                 }
462
463                 tmp_value = g_variant_lookup_value(value, "ManufacturerDataLen", G_VARIANT_TYPE_UINT16);
464                 if (tmp_value) {
465                         dev_info->manufacturer_data_len = g_variant_get_uint16(tmp_value);
466                         if (dev_info->manufacturer_data_len > BLUETOOTH_MANUFACTURER_DATA_LENGTH_MAX) {
467                                 BT_ERR("manufacturer_data_len is too long(len = %d)", dev_info->manufacturer_data_len);
468                                 dev_info->manufacturer_data_len = BLUETOOTH_MANUFACTURER_DATA_LENGTH_MAX;
469                         }
470                         g_variant_unref(tmp_value);
471                 } else
472                         dev_info->manufacturer_data_len = 0;
473
474                 tmp_value = g_variant_lookup_value(value, "ManufacturerData", G_VARIANT_TYPE_ARRAY);
475                 if (tmp_value) {
476                         if ((dev_info->manufacturer_data_len == 0) ||
477                                         dev_info->manufacturer_data_len != g_variant_get_size(tmp_value)) {
478                                 BT_ERR("manufacturer data length doesn't match");
479                                 dev_info->manufacturer_data_len = 0;
480                                 dev_info->manufacturer_data = NULL;
481                         } else {
482                                 dev_info->manufacturer_data = g_malloc0(dev_info->manufacturer_data_len);
483                                 g_variant_get(tmp_value, "ay", &value_iter);
484                                 while (g_variant_iter_loop(value_iter, "y", &m_value))
485                                         dev_info->manufacturer_data[i++] = m_value;
486                         }
487                         g_variant_unref(tmp_value);
488                 } else {
489                         BT_INFO("manufacture data is not a G_VARIANT_TYPE_ARRAY ");
490                         dev_info->manufacturer_data_len = 0;
491                         dev_info->manufacturer_data = NULL;
492                 }
493
494                 tmp_value = g_variant_lookup_value(value, "Address", G_VARIANT_TYPE_STRING);
495                 g_variant_get(tmp_value, "s", &address);
496                 g_variant_unref(tmp_value);
497
498                 dev_info->address = g_strdup(address);
499                 dev_info->name = g_strdup(name);
500                 g_free(name);
501                 g_variant_unref(value);
502         } else {
503                 BT_ERR("result  is NULL\n");
504                 g_free(dev_info);
505                 dev_info = NULL;
506         }
507
508         return dev_info;
509 }
510
511 char *_bt_get_bonded_device_name(char *address)
512 {
513         bluetooth_device_address_t device_address = { {0} };
514         bluetooth_device_info_t dev_info;
515
516         retv_if(address == NULL, strdup(""));
517
518         _bt_convert_addr_string_to_type(device_address.addr, address);
519
520         memset(&dev_info, 0x00, sizeof(bluetooth_device_info_t));
521
522         _bt_get_bonded_device_info(&device_address, &dev_info);
523
524         return g_strdup(dev_info.device_name.name);
525 }
526
527 static gboolean __ignore_auto_pairing_request(const char *address)
528 {
529         gchar *buffer;
530         char **lines;
531         int i;
532         char lap_address[BT_LOWER_ADDRESS_LENGTH + 1] = {0,};
533         char *temp_buffer;
534         FILE *fp;
535         long size;
536         size_t result;
537
538         BT_DBG("+\n");
539
540         if (address == NULL)
541                 return FALSE;
542
543         /* Get the LAP(Lower Address part) */
544         /* User BT_LOWER_ADDRESS_LENGTH+1 for lap_address to accomodate
545              a "," */
546         snprintf(lap_address, sizeof(lap_address), ",%s", address);
547
548         fp = fopen(BT_AGENT_AUTO_PAIR_BLACKLIST_FILE, "r");
549
550         if (fp == NULL) {
551                 BT_ERR("fopen failed \n");
552                 return FALSE;
553         }
554
555         fseek(fp, 0, SEEK_END);
556         size = ftell(fp);
557         rewind(fp);
558
559         if (size < 0) {
560                 BT_ERR("Get file size failed \n");
561                 fclose(fp);
562                 return FALSE;
563         }
564
565         buffer = g_malloc0(sizeof(char) * size);
566         result = fread((char *)buffer, 1, size, fp);
567         fclose(fp);
568         if (result != size) {
569                 BT_ERR("Read Error\n");
570                 g_free(buffer);
571                 return FALSE;
572         }
573
574         BT_DBG("Buffer = %s\n", buffer);
575
576         lines = g_strsplit_set(buffer, BT_AGENT_NEW_LINE, 0);
577         g_free(buffer);
578
579         if (lines == NULL)
580                 return FALSE;
581
582         /* Write the data and insert new device data */
583         for (i = 0; lines[i] != NULL; i++) {
584                 if (g_str_has_prefix(lines[i], "AddressBlacklist")) {
585                         temp_buffer = g_strconcat(lines[i], lap_address, NULL);
586                         g_free(lines[i]);
587                         lines[i] = temp_buffer;
588                 }
589         }
590         buffer = g_strjoinv(BT_AGENT_NEW_LINE, lines);
591         g_strfreev(lines);
592         /* Fix : NULL_RETURNS */
593         retv_if(buffer == NULL, FALSE);
594
595         fp = fopen(BT_AGENT_AUTO_PAIR_BLACKLIST_FILE, "w");
596
597         if (fp == NULL) {
598                 BT_ERR("fopen failed \n");
599                 g_free(buffer);
600                 return FALSE;
601         }
602
603         BT_DBG("Buffer = %s\n", buffer);
604         fwrite(buffer, 1, strlen(buffer), fp);
605         fclose(fp);
606
607         g_free(buffer);
608
609         BT_DBG("-\n");
610
611         return FALSE;
612 }
613
614 static int __bt_cancel_bonding(void)
615 {
616         BT_CHECK_PARAMETER(bonding_info, return);
617         BT_CHECK_PARAMETER(bonding_info->addr, return);
618         /* First Cancel the ongoing pairing in bluez otherwise if we send
619          * pair request bluez will send inprogress and we again retry bond so
620          * this cycle continues */
621          GError *err = NULL;
622         g_dbus_proxy_call_sync(bonding_info->device_proxy, "CancelPairing",
623                         NULL, G_DBUS_CALL_FLAGS_NONE,
624                         10000, NULL, &err);
625         if (err) {
626                 BT_ERR("Cancelling bonding request error msg (%s)", err->message);
627                 g_clear_error(&err);
628                 return BLUETOOTH_ERROR_PARING_FAILED;
629         }
630         return BLUETOOTH_ERROR_NONE;
631 }
632
633 static int __bt_retry_bond(void)
634 {
635         BT_CHECK_PARAMETER(bonding_info, return);
636         BT_CHECK_PARAMETER(bonding_info->addr, return);
637
638         g_dbus_proxy_call(bonding_info->device_proxy, "Pair",
639                                 g_variant_new("(y)", bonding_info->conn_type),
640                                 G_DBUS_CALL_FLAGS_NONE,
641                                 BT_MAX_DBUS_TIMEOUT,
642                                 NULL,
643                                 (GAsyncReadyCallback)__bt_bond_device_cb,
644                                 NULL);
645
646         return BLUETOOTH_ERROR_NONE;
647 }
648
649
650 static int __bt_remove_and_bond(void)
651 {
652         GDBusProxy *adapter_proxy;
653         GVariant *result = NULL;
654         GError *err = NULL;
655         char *device_path = NULL;
656
657         BT_CHECK_PARAMETER(bonding_info, return);
658         BT_CHECK_PARAMETER(bonding_info->addr, return);
659
660         adapter_proxy = _bt_get_adapter_proxy();
661         retv_if(adapter_proxy == NULL, BLUETOOTH_ERROR_INTERNAL);
662
663         result = g_dbus_proxy_call_sync(adapter_proxy, "FindDevice",
664                                 g_variant_new("(s)", bonding_info->addr),
665                                 G_DBUS_CALL_FLAGS_NONE,
666                                 -1,
667                                 NULL,
668                                 NULL);
669         if (result == NULL)
670                 return BLUETOOTH_ERROR_INTERNAL;
671
672         g_variant_get(result , "(o)", &device_path);
673         g_variant_unref(result);
674
675         retv_if(device_path == NULL, BLUETOOTH_ERROR_INTERNAL);
676
677         result = g_dbus_proxy_call_sync(adapter_proxy, "UnpairDevice",
678                                 g_variant_new("(o)", device_path),
679                                 G_DBUS_CALL_FLAGS_NONE,
680                                 -1,
681                                 NULL,
682                                 &err);
683         g_free(device_path);
684         if (err != NULL) {
685                 BT_ERR("UnpairDevice Fail: %s", err->message);
686                 g_error_free(err);
687                 return BLUETOOTH_ERROR_INTERNAL;
688         }
689
690         return __bt_retry_bond();
691 }
692
693 static int __bt_cancel_and_bond(void)
694 {
695         int ret = BLUETOOTH_ERROR_NONE;
696
697         ret = _bt_agent_reply_cancellation();
698         if (ret != BLUETOOTH_ERROR_NONE) {
699                 BT_ERR("Fail to call reply cancellation");
700                 return ret;
701         }
702         return __bt_retry_bond();
703 }
704
705
706 static void __bt_bond_device_cb(GDBusProxy *proxy, GAsyncResult *res,
707                                         gpointer user_data)
708 {
709         int result = BLUETOOTH_ERROR_NONE;
710         GError *err = NULL;
711         GVariant *reply;
712         GVariant *out_param1;
713         request_info_t *req_info;
714         bluetooth_device_info_t dev_info;
715         bt_remote_dev_info_t *remote_dev_info;
716         GVariant *manufacture_data;
717         GVariant *param;
718
719         /* Terminate ALL system popup */
720         syspopup_destroy_all();
721
722         reply = g_dbus_proxy_call_finish(proxy, res, &err);
723         if (reply)
724                 g_variant_unref(reply);
725
726         is_device_creating = FALSE;
727
728         if (bonding_info == NULL) {
729                 /* Send reply */
730                 BT_ERR("bonding_info == NULL");
731                 if (err)
732                         g_error_free(err);
733                 return;
734         }
735
736         req_info = _bt_get_request_info(bonding_info->req_id);
737         if (req_info == NULL) {
738                 BT_ERR("req_info == NULL");
739                 goto done;
740         }
741
742         if (err != NULL) {
743                 g_dbus_error_strip_remote_error(err);
744                 BT_ERR("Error occured in CreateBonding [%s]", err->message);
745
746                 if (g_strrstr(err->message, "Already Exists")) {
747                         BT_INFO("Existing Bond, remove and retry");
748                         ret_if(__bt_remove_and_bond() == BLUETOOTH_ERROR_NONE);
749
750                         result = BLUETOOTH_ERROR_PARING_FAILED;
751                 } else if (_bt_agent_is_canceled() ||
752                         g_strrstr(err->message, "Authentication Canceled")) {
753                         BT_INFO("Cancelled by USER");
754                         result = BLUETOOTH_ERROR_CANCEL_BY_USER;
755                 } else if (g_strrstr(err->message, "Authentication Rejected")) {
756                         BT_INFO("REJECTED");
757                         result = BLUETOOTH_ERROR_ACCESS_DENIED;
758                 } else if (g_strrstr(err->message, "In Progress")) {
759                         BT_INFO("Bond in progress, cancel and retry");
760                         ret_if(__bt_cancel_and_bond() == BLUETOOTH_ERROR_NONE);
761
762                         result = BLUETOOTH_ERROR_PARING_FAILED;
763                 } else if (g_strrstr(err->message, "Authentication Failed")) {
764                         BT_INFO("Authentication Failed");
765                         if (bonding_info->is_autopair == TRUE) {
766                                 _bt_set_autopair_status_in_bonding_info(FALSE);
767                                 __ignore_auto_pairing_request(bonding_info->addr);
768                         }
769                         result = BLUETOOTH_ERROR_AUTHENTICATION_FAILED;
770                 } else if (g_strrstr(err->message, "Page Timeout")) {
771                         BT_INFO("Page Timeout");
772                         /* This is the special case
773                              As soon as call bluetooth_bond_device, try to cancel bonding.
774                              In this case, before completing to call 'CreatePairedDevice' method
775                              the procedure is stopped. So 'Cancle' error is not return.
776                         */
777                         result = BLUETOOTH_ERROR_HOST_DOWN;
778                 } else if (g_strrstr(err->message, BT_DBUS_TIMEOUT_MESSAGE)) {
779                         BT_INFO("Cancel already running bonding");
780                         if (__bt_cancel_bonding() != BLUETOOTH_ERROR_NONE) {
781                                 BT_INFO("Error while Cancelling bonding");
782                                 /* we need to unref proxy so continue */
783                         }
784                         result = BLUETOOTH_ERROR_INTERNAL;
785                 } else if (g_strrstr(err->message, "Connection Timeout")) {
786                         /* Pairing request timeout */
787                         result = BLUETOOTH_ERROR_TIMEOUT;
788                 } else if (g_strrstr(err->message, "Authentication Timeout")) {
789                         /* Pairing request timeout */
790                         result = BLUETOOTH_ERROR_TIMEOUT;
791                 } else {
792                         BT_DBG("Default case");
793                         result = BLUETOOTH_ERROR_PARING_FAILED;
794                 }
795         }
796
797         if (result == BLUETOOTH_ERROR_PARING_FAILED ||
798                         result == BLUETOOTH_ERROR_AUTHENTICATION_FAILED ||
799                         result == BLUETOOTH_ERROR_TIMEOUT ||
800                         result == BLUETOOTH_ERROR_HOST_DOWN) {
801 #ifdef TIZEN_PROFILE_WEARABLE
802                 int is_sw_running = 0;
803
804                 if (vconf_get_int(VCONFKEY_SETUP_WIZARD_STATE, &is_sw_running))
805                         BT_ERR("vconf_get_int for setup wizard state failed");
806
807                 if (!is_sw_running)
808                         __bt_launch_unable_to_pairing_syspopup(result);
809                 else
810                         BT_ERR("Unable to pair");
811 #endif
812                 bonding_info->result = result;
813         }
814
815         g_object_unref(proxy);
816         bonding_info->device_proxy = NULL;
817
818         if (result != BLUETOOTH_ERROR_NONE) {
819                 if (bonding_info->bonding_wo_discovery) {
820                         GDBusProxy *adapter_proxy;
821                         GVariant *ret = NULL;
822                         GError *error = NULL;
823                         char *device_path;
824
825                         BT_ERR("Bond was tried without discovery. Remove it");
826
827                         adapter_proxy = _bt_get_adapter_proxy();
828                         if (adapter_proxy == NULL) {
829                                 BT_ERR("Cannot get adapter_proxy");
830                                 goto dbus_return;
831                         }
832
833                         device_path = _bt_get_device_object_path(bonding_info->addr);
834                         if (device_path == NULL) {
835                                 BT_ERR("Cannot get device path");
836                                 goto dbus_return;
837                         }
838
839                         ret = g_dbus_proxy_call_sync(adapter_proxy,
840                                         "RemoveDevice",
841                                         g_variant_new("(o)", device_path),
842                                         G_DBUS_CALL_FLAGS_NONE, -1, NULL,
843                                         &error);
844                         if (error != NULL) {
845                                 BT_ERR("RemoveDevice Fail: %s", error->message);
846                                 g_clear_error(&error);
847                         }
848
849                         if (ret)
850                                 g_variant_unref(ret);
851
852                         g_free(device_path);
853                 }
854
855                 goto dbus_return;
856         }
857
858         remote_dev_info = _bt_get_remote_device_info(bonding_info->addr);
859         if (!remote_dev_info)
860                 goto dbus_return;
861
862         GVariant *uuids = NULL;
863         GVariantBuilder *builder = NULL;
864         int i = 0;
865         builder = g_variant_builder_new(G_VARIANT_TYPE("as"));
866         for (i = 0; i < remote_dev_info->uuid_count; i++) {
867                 g_variant_builder_add(builder, "s",
868                         remote_dev_info->uuids[i]);
869         }
870         uuids = g_variant_new("as", builder);
871         g_variant_builder_unref(builder);
872         manufacture_data = g_variant_new_from_data((const GVariantType *)"ay",
873                                                 remote_dev_info->manufacturer_data, remote_dev_info->manufacturer_data_len,
874                                                 TRUE, NULL, NULL);
875
876         param = g_variant_new("(isunsbub@asn@ay)",
877                         result,
878                         bonding_info->addr,
879                         remote_dev_info->class,
880                         remote_dev_info->rssi,
881                         remote_dev_info->name,
882                         remote_dev_info->paired,
883                         remote_dev_info->connected,
884                         remote_dev_info->trust,
885                         uuids,
886                         remote_dev_info->manufacturer_data_len,
887                         manufacture_data);
888
889
890         /* Send the event to application */
891         _bt_send_event(BT_ADAPTER_EVENT,
892                 BLUETOOTH_EVENT_BONDING_FINISHED,
893                 param);
894
895         _bt_free_device_info(remote_dev_info);
896
897 dbus_return:
898         if (req_info->context == NULL)
899                 goto done;
900
901         memset(&dev_info, 0x00, sizeof(bluetooth_device_info_t));
902         _bt_convert_addr_string_to_type(dev_info.device_address.addr,
903                                         bonding_info->addr);
904
905         if (_bt_adapter_get_status() != BT_ACTIVATED)
906                 result = BLUETOOTH_ERROR_NOT_IN_OPERATION;
907
908         out_param1 = g_variant_new_from_data((const GVariantType *)"ay",
909                 &dev_info, sizeof(bluetooth_device_info_t), TRUE, NULL, NULL);
910
911         g_dbus_method_invocation_return_value(req_info->context,
912                         g_variant_new("(iv)", result, out_param1));
913
914         g_variant_unref(out_param1);
915
916         _bt_delete_request_list(req_info->req_id);
917 done:
918         if (err)
919                 g_error_free(err);
920
921         _bt_agent_set_canceled(FALSE);
922
923
924         g_free(bonding_info->addr);
925         g_free(bonding_info);
926         bonding_info = NULL;
927 }
928
929 int _bt_bond_device(int request_id,
930                 bluetooth_device_address_t *device_address,
931                 unsigned short conn_type, GArray **out_param1)
932 {
933         GDBusProxy *proxy;
934         char address[BT_ADDRESS_STRING_SIZE] = { 0 };
935         bluetooth_device_info_t dev_info;
936
937         GDBusConnection *conn;
938         char *device_path = NULL;
939         GDBusProxy *adapter_proxy;
940         GError *error = NULL;
941         gboolean bonding_wo_discovery = FALSE;
942
943         BT_CHECK_PARAMETER(device_address, return);
944
945         if (bonding_info) {
946                 BT_ERR("Bonding in progress");
947
948                 memset(&dev_info, 0x00, sizeof(bluetooth_device_info_t));
949                 memcpy(dev_info.device_address.addr, device_address->addr,
950                                 BLUETOOTH_ADDRESS_LENGTH);
951
952                 g_array_append_vals(*out_param1, &dev_info,
953                                 sizeof(bluetooth_device_info_t));
954
955                 return BLUETOOTH_ERROR_DEVICE_BUSY;
956         }
957
958         conn = _bt_gdbus_get_system_gconn();
959         retv_if(conn == NULL, BLUETOOTH_ERROR_INTERNAL);
960
961         _bt_convert_addr_type_to_string(address, device_address->addr);
962
963         device_path = _bt_get_device_object_path(address);
964
965         if (device_path == NULL) {
966                 BT_ERR("No searched device");
967                 GVariant *ret = NULL;
968                 adapter_proxy = _bt_get_adapter_proxy();
969                 retv_if(adapter_proxy == NULL, BLUETOOTH_ERROR_INTERNAL);
970
971                 ret = g_dbus_proxy_call_sync(adapter_proxy, "CreateDevice",
972                                         g_variant_new("(s)", address),
973                                         G_DBUS_CALL_FLAGS_NONE,
974                                         -1,
975                                         NULL,
976                                         &error);
977
978                 if (error != NULL) {
979                         BT_ERR("CreateDevice Fail: %s", error->message);
980                         g_clear_error(&error);
981                 }
982                 if (ret)
983                         g_variant_unref(ret);
984                 device_path = _bt_get_device_object_path(address);
985                 if (device_path == NULL) {
986                         memset(&dev_info, 0x00, sizeof(bluetooth_device_info_t));
987                         memcpy(dev_info.device_address.addr, device_address->addr,
988                                         BLUETOOTH_ADDRESS_LENGTH);
989
990                         g_array_append_vals(*out_param1, &dev_info,
991                                         sizeof(bluetooth_device_info_t));
992
993                         return BLUETOOTH_ERROR_NOT_PAIRED;
994                 } else {
995                         BT_INFO("device_path is created[%s]", device_path);
996                 }
997                 bonding_wo_discovery = TRUE;
998         }
999
1000         proxy = g_dbus_proxy_new_sync(conn, G_DBUS_PROXY_FLAGS_NONE,
1001                                                                 NULL, BT_BLUEZ_NAME,
1002                                                                 device_path, BT_DEVICE_INTERFACE,  NULL, NULL);
1003
1004         g_free(device_path);
1005         retv_if(proxy == NULL, BLUETOOTH_ERROR_INTERNAL);
1006
1007         bonding_info = g_malloc0(sizeof(bt_funcion_data_t));
1008         bonding_info->addr = g_strdup(address);
1009         bonding_info->req_id = request_id;
1010
1011         bonding_info->device_proxy = proxy;
1012         bonding_info->conn_type = conn_type;
1013         bonding_info->bonding_wo_discovery = bonding_wo_discovery;
1014
1015         is_device_creating = TRUE;
1016
1017         g_dbus_proxy_call(proxy, "Pair",
1018                                 g_variant_new("(y)", conn_type),
1019                                 G_DBUS_CALL_FLAGS_NONE,
1020                                 BT_MAX_DBUS_TIMEOUT,
1021                                 NULL,
1022                                 (GAsyncReadyCallback)__bt_bond_device_cb,
1023                                 NULL);
1024
1025 /* TODO: We need to check if we can pair the specific device using 'pair' API of bluez 5.x */
1026
1027         return BLUETOOTH_ERROR_NONE;
1028 /*fail:
1029         memset(&dev_info, 0x00, sizeof(bluetooth_device_info_t));
1030         _bt_convert_addr_string_to_type(dev_info.device_address.addr,
1031                                         bonding_info->addr);
1032
1033         g_array_append_vals(*out_param1, &dev_info,
1034                                 sizeof(bluetooth_device_info_t));
1035
1036         is_device_creating = FALSE;
1037
1038         g_free(bonding_info->addr);
1039         g_free(bonding_info);
1040         bonding_info = NULL;
1041
1042         return BLUETOOTH_ERROR_INTERNAL;*/
1043 }
1044
1045 int _bt_cancel_bonding(void)
1046 {
1047         int ret = BLUETOOTH_ERROR_NONE;
1048
1049         retv_if(bonding_info == NULL, BLUETOOTH_ERROR_NOT_IN_OPERATION);
1050
1051         ret = _bt_agent_reply_cancellation();
1052         if (ret != BLUETOOTH_ERROR_NONE) {
1053                 BT_ERR("Fail to call reply cancellation");
1054                 return ret;
1055         }
1056
1057         _bt_agent_set_canceled(TRUE);
1058
1059         return BLUETOOTH_ERROR_NONE;
1060 }
1061
1062 static void __bt_unbond_cb(GDBusProxy *proxy, GAsyncResult *res,
1063                                         gpointer user_data)
1064 {
1065         GError *err = NULL;
1066         GVariant *reply;
1067         GVariant *out_param1;
1068         int result = BLUETOOTH_ERROR_NONE;
1069         bt_funcion_data_t *unbonding_info;
1070         bluetooth_device_info_t dev_info;
1071         request_info_t *req_info;
1072
1073         reply = g_dbus_proxy_call_finish(proxy, res, &err);
1074         if (reply)
1075                 g_variant_unref(reply);
1076
1077         unbonding_info = user_data;
1078
1079         if (unbonding_info == NULL) {
1080                 /* Send reply */
1081                 BT_ERR("unbonding_info == NULL");
1082                 goto done;
1083         }
1084
1085         req_info = _bt_get_request_info(unbonding_info->req_id);
1086         if (req_info == NULL) {
1087                 BT_ERR("req_info == NULL");
1088                 goto done;
1089         }
1090
1091         if (err != NULL) {
1092                 BT_ERR("Error occured in RemoveBonding [%s]\n", err->message);
1093                 result = BLUETOOTH_ERROR_INTERNAL;
1094         }
1095
1096         if (req_info->context == NULL)
1097                 goto done;
1098
1099         memset(&dev_info, 0x00, sizeof(bluetooth_device_info_t));
1100         _bt_convert_addr_string_to_type(dev_info.device_address.addr,
1101                                         unbonding_info->addr);
1102
1103         out_param1 = g_variant_new_from_data((const GVariantType *)"ay",
1104                 &dev_info, sizeof(bluetooth_device_info_t), TRUE, NULL, NULL);
1105
1106         g_dbus_method_invocation_return_value(req_info->context,
1107                         g_variant_new("(iv)", result, out_param1));
1108
1109
1110         _bt_delete_request_list(req_info->req_id);
1111
1112 done:
1113         if (err)
1114                 g_error_free(err);
1115
1116         if (unbonding_info) {
1117                 g_free(unbonding_info->addr);
1118                 g_free(unbonding_info);
1119         }
1120 }
1121
1122 int _bt_unbond_device(int request_id,
1123                         bluetooth_device_address_t *device_address,
1124                         GArray **out_param1)
1125 {
1126         char *device_path = NULL;
1127         bt_funcion_data_t *unbonding_info;
1128         GDBusProxy *adapter_proxy = NULL;
1129         GDBusProxy *device_proxy = NULL;
1130         GDBusConnection *conn;
1131         int result = BLUETOOTH_ERROR_INTERNAL;
1132         bluetooth_device_info_t dev_info;
1133         GError *error = NULL;
1134         GVariant *ret = NULL;
1135
1136         BT_CHECK_PARAMETER(device_address, return);
1137
1138         adapter_proxy = _bt_get_adapter_proxy();
1139         retv_if(adapter_proxy == NULL, BLUETOOTH_ERROR_INTERNAL);
1140
1141         /* allocate user data so that it can be retrieved in callback */
1142         unbonding_info = g_malloc0(sizeof(bt_funcion_data_t));
1143         unbonding_info->addr = g_malloc0(BT_ADDRESS_STRING_SIZE);
1144         unbonding_info->req_id = request_id;
1145
1146         _bt_convert_addr_type_to_string(unbonding_info->addr,
1147                                         device_address->addr);
1148
1149         device_path = _bt_get_device_object_path(unbonding_info->addr);
1150
1151         if (device_path == NULL) {
1152                 BT_ERR("No paired device");
1153                 result = BLUETOOTH_ERROR_NOT_PAIRED;
1154                 goto fail;
1155         }
1156
1157         conn = _bt_gdbus_get_system_gconn();
1158         if (conn == NULL) {
1159                 BT_ERR("conn is NULL");
1160                 result = BLUETOOTH_ERROR_INTERNAL;
1161                 goto fail;
1162         }
1163
1164         device_proxy = g_dbus_proxy_new_sync(conn, G_DBUS_PROXY_FLAGS_NONE,
1165                                                                 NULL, BT_BLUEZ_NAME,
1166                                                                 device_path, BT_PROPERTIES_INTERFACE,  NULL, NULL);
1167
1168         if (device_proxy != NULL) {
1169
1170                 ret = g_dbus_proxy_call_sync(device_proxy, "Get",
1171                                         g_variant_new("(ss)", BT_DEVICE_INTERFACE, "Paired"),
1172                                         G_DBUS_CALL_FLAGS_NONE,
1173                                         -1,
1174                                         NULL,
1175                                         &error);
1176                 if (error) {
1177                         BT_ERR("Getting property failed: [%s]\n", error->message);
1178                         g_error_free(error);
1179                         result = BLUETOOTH_ERROR_NOT_PAIRED;
1180                         goto fail;
1181                 } else {
1182                         if (!ret) {
1183                                 BT_ERR("No paired device");
1184                                 g_object_unref(device_proxy);
1185                                 result = BLUETOOTH_ERROR_NOT_PAIRED;
1186                                 goto fail;
1187                         }
1188                         g_variant_unref(ret);
1189                 }
1190                 g_object_unref(device_proxy);
1191         }
1192
1193         g_dbus_proxy_call(adapter_proxy, "UnpairDevice",
1194                                 g_variant_new("(o)", device_path),
1195                                 G_DBUS_CALL_FLAGS_NONE,
1196                                 BT_MAX_DBUS_TIMEOUT,
1197                                 NULL,
1198                                 (GAsyncReadyCallback)__bt_unbond_cb,
1199                                 unbonding_info);
1200
1201         g_free(device_path);
1202         return BLUETOOTH_ERROR_NONE;
1203
1204 fail:
1205         memset(&dev_info, 0x00, sizeof(bluetooth_device_info_t));
1206         _bt_convert_addr_string_to_type(dev_info.device_address.addr,
1207                                         unbonding_info->addr);
1208
1209         g_array_append_vals(*out_param1, &dev_info,
1210                                 sizeof(bluetooth_device_info_t));
1211         g_free(device_path);
1212         g_free(unbonding_info->addr);
1213         g_free(unbonding_info);
1214         return result;
1215 }
1216
1217 static void __bt_discover_cb(GDBusProxy *proxy, GAsyncResult *res,
1218                                         gpointer user_data)
1219 {
1220         GError *err = NULL;
1221         GVariant *reply;
1222         GVariant *out_param1;
1223         int result = BLUETOOTH_ERROR_NONE;
1224         bluetooth_device_info_t dev_info;
1225         bt_remote_dev_info_t *remote_dev_info;
1226         request_info_t *req_info;
1227         GVariant *uuid_list, *manufacture_data;
1228         GVariant *param;
1229         GVariantBuilder *builder = NULL;
1230         int i = 0;
1231
1232         reply = g_dbus_proxy_call_finish(proxy, res, &err);
1233         if (reply)
1234                 g_variant_unref(reply);
1235
1236         g_object_unref(proxy);
1237
1238         if (searching_info == NULL) {
1239                 /* Send reply */
1240                 BT_ERR("unbonding_info == NULL");
1241                 goto done;
1242         }
1243
1244         req_info = _bt_get_request_info(searching_info->req_id);
1245         if (req_info == NULL) {
1246                 BT_ERR("req_info == NULL");
1247                 goto done;
1248         }
1249
1250         if (err != NULL) {
1251                 g_dbus_error_strip_remote_error(err);
1252                 BT_ERR("Error occured in Proxy call [%s]\n", err->message);
1253
1254                 if (g_strrstr("Operation canceled", err->message))
1255                         result = BLUETOOTH_ERROR_CANCEL_BY_USER;
1256                 else if (g_strrstr("In Progress", err->message))
1257                         result = BLUETOOTH_ERROR_IN_PROGRESS;
1258                 else if (g_strrstr("Host is down", err->message))
1259                         result = BLUETOOTH_ERROR_HOST_DOWN;
1260                 else
1261                         result = BLUETOOTH_ERROR_CONNECTION_ERROR;
1262
1263                 if (result == BLUETOOTH_ERROR_HOST_DOWN ||
1264                      result == BLUETOOTH_ERROR_CONNECTION_ERROR) {
1265                         remote_dev_info = _bt_get_remote_device_info(searching_info->addr);
1266                         if (remote_dev_info && remote_dev_info->uuids != NULL &&
1267                              remote_dev_info->uuid_count > 0) {
1268                                 result = BLUETOOTH_ERROR_NONE;
1269                                 goto event;
1270                         }
1271                         _bt_free_device_info(remote_dev_info);
1272                 }
1273                 goto dbus_return;
1274         }
1275
1276         remote_dev_info = _bt_get_remote_device_info(searching_info->addr);
1277         if (!remote_dev_info)
1278                 goto dbus_return;
1279
1280 event:
1281         builder = g_variant_builder_new(G_VARIANT_TYPE("as"));
1282         for (i = 0; i < remote_dev_info->uuid_count; i++) {
1283                 g_variant_builder_add(builder, "s",
1284                         remote_dev_info->uuids[i]);
1285         }
1286         uuid_list = g_variant_new("as", builder);
1287         g_variant_builder_unref(builder);
1288         manufacture_data = g_variant_new_from_data((const GVariantType *)"ay",
1289                                                 remote_dev_info->manufacturer_data, remote_dev_info->manufacturer_data_len,
1290                                                 TRUE, NULL, NULL);
1291
1292         param = g_variant_new("(isunsbub@asn@ay)",
1293                         result,
1294                         searching_info->addr,
1295                         remote_dev_info->class,
1296                         remote_dev_info->rssi,
1297                         remote_dev_info->name,
1298                         remote_dev_info->paired,
1299                         remote_dev_info->connected,
1300                         remote_dev_info->trust,
1301                         uuid_list,
1302                         remote_dev_info->manufacturer_data_len,
1303                         manufacture_data);
1304
1305         /* Send the event to application */
1306         _bt_send_event(BT_ADAPTER_EVENT,
1307                 BLUETOOTH_EVENT_SERVICE_SEARCHED,
1308                 param);
1309
1310         _bt_free_device_info(remote_dev_info);
1311
1312 dbus_return:
1313         if (req_info->context == NULL)
1314                 goto done;
1315
1316         memset(&dev_info, 0x00, sizeof(bluetooth_device_info_t));
1317         _bt_convert_addr_string_to_type(dev_info.device_address.addr,
1318                                         searching_info->addr);
1319
1320         out_param1 = g_variant_new_from_data((const GVariantType *)"ay",
1321                 &dev_info, sizeof(bluetooth_device_info_t), TRUE, NULL, NULL);
1322
1323         g_dbus_method_invocation_return_value(req_info->context,
1324                         g_variant_new("(iv)", result, out_param1));
1325
1326
1327         _bt_delete_request_list(req_info->req_id);
1328 done:
1329         if (err)
1330                 g_error_free(err);
1331
1332         if (searching_info) {
1333                 g_free(searching_info->addr);
1334                 g_free(searching_info);
1335                 searching_info = NULL;
1336         }
1337 }
1338
1339 int _bt_search_device(int request_id,
1340                         bluetooth_device_address_t *device_address)
1341 {
1342         char *device_path = NULL;
1343         GDBusProxy *device_proxy = NULL;
1344         GDBusConnection *conn;
1345
1346         GDBusProxy *adapter_proxy;
1347         int result = BLUETOOTH_ERROR_INTERNAL;
1348
1349         BT_CHECK_PARAMETER(device_address, return);
1350
1351         if (bonding_info) {
1352                 BT_ERR("Bonding in progress");
1353                 return BLUETOOTH_ERROR_DEVICE_BUSY;
1354         }
1355
1356         if (searching_info) {
1357                 BT_ERR("Service searching in progress");
1358                 return BLUETOOTH_ERROR_DEVICE_BUSY;
1359         }
1360
1361         adapter_proxy = _bt_get_adapter_proxy();
1362         retv_if(adapter_proxy == NULL, BLUETOOTH_ERROR_INTERNAL);
1363
1364         /* allocate user data so that it can be retrieved in callback */
1365         searching_info = g_malloc0(sizeof(bt_funcion_data_t));
1366         searching_info->addr = g_malloc0(BT_ADDRESS_STRING_SIZE);
1367         searching_info->req_id = request_id;
1368
1369         _bt_convert_addr_type_to_string(searching_info->addr,
1370                                         device_address->addr);
1371
1372         conn = _bt_gdbus_get_system_gconn();
1373         retv_if(conn == NULL, BLUETOOTH_ERROR_INTERNAL);
1374
1375
1376         device_path = _bt_get_device_object_path(searching_info->addr);
1377
1378         if (device_path == NULL) {
1379                 BT_ERR("No paired device");
1380                 result = BLUETOOTH_ERROR_NOT_PAIRED;
1381                 goto fail;
1382         }
1383
1384         device_proxy = g_dbus_proxy_new_sync(conn, G_DBUS_PROXY_FLAGS_NONE,
1385                                                                 NULL, BT_BLUEZ_NAME,
1386                                                                 device_path, BT_DEVICE_INTERFACE,  NULL, NULL);
1387         g_free(device_path);
1388         if (device_proxy == NULL) {
1389                 result = BLUETOOTH_ERROR_INTERNAL;
1390                 goto fail;
1391         }
1392
1393         g_dbus_proxy_call(device_proxy, "DiscoverServices",
1394                         g_variant_new("(s)", ""),
1395                         G_DBUS_CALL_FLAGS_NONE,
1396                         BT_MAX_DBUS_TIMEOUT,
1397                         NULL,
1398                         (GAsyncReadyCallback)__bt_discover_cb,
1399                         searching_info);
1400
1401         searching_info->device_proxy = device_proxy;
1402
1403         return BLUETOOTH_ERROR_NONE;
1404 fail:
1405
1406         g_free(searching_info->addr);
1407         g_free(searching_info);
1408         searching_info = NULL;
1409         return result;
1410 }
1411
1412 int _bt_cancel_search_device(void)
1413 {
1414         GVariant *ret = NULL;
1415         GError *err = NULL;
1416
1417         retv_if(searching_info == NULL, BLUETOOTH_ERROR_NOT_IN_OPERATION);
1418
1419         if (searching_info->device_proxy) {
1420                 ret = g_dbus_proxy_call_sync(searching_info->device_proxy, "CancelDiscovery",
1421                                 NULL,
1422                                 G_DBUS_CALL_FLAGS_NONE,
1423                                 -1,
1424                                 NULL,
1425                                 &err);
1426                 if (ret)
1427                         g_variant_unref(ret);
1428         }
1429         __bt_cancel_search_service_done();
1430
1431         return BLUETOOTH_ERROR_NONE;
1432 }
1433
1434 int _bt_set_alias(bluetooth_device_address_t *device_address,
1435                                       const char *alias)
1436 {
1437         char address[BT_ADDRESS_STRING_SIZE] = { 0 };
1438         gchar *device_path = NULL;
1439         GDBusProxy *adapter_proxy;
1440         GDBusProxy *device_proxy;
1441         GVariant *ret = NULL;
1442         GError *error = NULL;
1443         GDBusConnection *conn;
1444
1445         BT_CHECK_PARAMETER(device_address, return);
1446         BT_CHECK_PARAMETER(alias, return);
1447
1448         adapter_proxy = _bt_get_adapter_proxy();
1449         retv_if(adapter_proxy == NULL, BLUETOOTH_ERROR_INTERNAL);
1450
1451         conn = _bt_gdbus_get_system_gconn();
1452         retv_if(conn == NULL, BLUETOOTH_ERROR_INTERNAL);
1453
1454         _bt_convert_addr_type_to_string(address, device_address->addr);
1455
1456         device_path = _bt_get_device_object_path(address);
1457
1458         if (device_path == NULL) {
1459                 BT_ERR("No paired device");
1460                 return BLUETOOTH_ERROR_NOT_PAIRED;
1461         }
1462
1463         device_proxy = g_dbus_proxy_new_sync(conn, G_DBUS_PROXY_FLAGS_NONE,
1464                                                                 NULL, BT_BLUEZ_NAME,
1465                                                                 device_path, BT_PROPERTIES_INTERFACE,  NULL, NULL);
1466
1467         g_free(device_path);
1468         retv_if(device_proxy == NULL, BLUETOOTH_ERROR_INTERNAL);
1469
1470         ret = g_dbus_proxy_call_sync(device_proxy, "Set",
1471                                 g_variant_new("(ssv)", BT_DEVICE_INTERFACE,  "Alias", g_variant_new("s", alias)),
1472                                 G_DBUS_CALL_FLAGS_NONE,
1473                                 -1,
1474                                 NULL,
1475                                 &error);
1476         if (ret)
1477                 g_variant_unref(ret);
1478
1479         g_object_unref(device_proxy);
1480
1481         if (error) {
1482                  BT_ERR("SetProperty error: [%s]", error->message);
1483                  g_error_free(error);
1484                  return BLUETOOTH_ERROR_INTERNAL;
1485         }
1486
1487         return BLUETOOTH_ERROR_NONE;
1488 }
1489
1490 int _bt_set_authorization(bluetooth_device_address_t *device_address,
1491                                       gboolean authorize)
1492 {
1493         char address[BT_ADDRESS_STRING_SIZE] = { 0 };
1494         gchar *device_path = NULL;
1495         GDBusProxy *device_proxy;
1496         gboolean previous_value;
1497         GError *error = NULL;
1498         GDBusConnection *conn;
1499         GVariant *result = NULL;
1500         GVariant *temp = NULL;
1501         int ret = BLUETOOTH_ERROR_NONE;
1502
1503         BT_CHECK_PARAMETER(device_address, return);
1504
1505         conn = _bt_gdbus_get_system_gconn();
1506         retv_if(conn == NULL, BLUETOOTH_ERROR_INTERNAL);
1507
1508         _bt_convert_addr_type_to_string(address, device_address->addr);
1509
1510         device_path = _bt_get_device_object_path(address);
1511
1512         if (device_path == NULL) {
1513                 BT_ERR("No paired device");
1514                 return BLUETOOTH_ERROR_NOT_PAIRED;
1515         }
1516
1517         device_proxy = g_dbus_proxy_new_sync(conn, G_DBUS_PROXY_FLAGS_NONE,
1518                                                                 NULL, BT_BLUEZ_NAME,
1519                                                                 device_path, BT_PROPERTIES_INTERFACE,  NULL, NULL);
1520
1521         g_free(device_path);
1522         retv_if(device_proxy == NULL, BLUETOOTH_ERROR_INTERNAL);
1523
1524         result = g_dbus_proxy_call_sync(device_proxy, "Get",
1525                                 g_variant_new("(ss)", BT_DEVICE_INTERFACE, "Trusted"),
1526                                 G_DBUS_CALL_FLAGS_NONE,
1527                                 -1,
1528                                 NULL,
1529                                 &error);
1530         if (error != NULL) {
1531                 BT_ERR("Getting property failed: [%s]\n", error->message);
1532                 g_error_free(error);
1533                 g_object_unref(device_proxy);
1534                 return BLUETOOTH_ERROR_INTERNAL;
1535         }
1536
1537         g_variant_get(result, "(v)", &temp);
1538         previous_value = g_variant_get_boolean(temp);
1539         g_variant_unref(temp);
1540         g_variant_unref(result);
1541         /* If the input is same with previous value, return error. */
1542         if (previous_value == authorize) {
1543                 BT_ERR("Same value: %d", previous_value);
1544                 g_object_unref(device_proxy);
1545                 ret = BLUETOOTH_ERROR_INVALID_PARAM;
1546                 goto done;
1547         }
1548
1549         result = g_dbus_proxy_call_sync(device_proxy, "Set",
1550                                  g_variant_new("(ssv)", BT_DEVICE_INTERFACE, "Trusted", g_variant_new("b", authorize)),
1551                                  G_DBUS_CALL_FLAGS_NONE,
1552                                  -1,
1553                                  NULL,
1554                                  &error);
1555
1556         g_object_unref(device_proxy);
1557         if (error) {
1558                  BT_ERR("SetProperty error: [%s]", error->message);
1559                  g_error_free(error);
1560                  ret = BLUETOOTH_ERROR_INTERNAL;
1561         }
1562 done:
1563         if (result)
1564                 g_variant_unref(result);
1565
1566         return ret;
1567 }
1568
1569 int _bt_is_gatt_connected(bluetooth_device_address_t *device_address,
1570                         gboolean *is_connected)
1571 {
1572         char address[BT_ADDRESS_STRING_SIZE] = { 0 };
1573         char *object_path = NULL;
1574
1575         GDBusProxy *device_proxy;
1576         GError *error = NULL;
1577         GVariant *value;
1578         GVariant *tmp_value;
1579         GDBusConnection *conn;
1580         GVariant *result = NULL;
1581         int ret = BLUETOOTH_ERROR_NONE;
1582
1583         BT_CHECK_PARAMETER(device_address, return);
1584
1585         conn = _bt_gdbus_get_system_gconn();
1586         retv_if(conn == NULL, BLUETOOTH_ERROR_INTERNAL);
1587
1588         _bt_convert_addr_type_to_string(address, device_address->addr);
1589
1590         object_path = _bt_get_device_object_path(address);
1591         retv_if(object_path == NULL, BLUETOOTH_ERROR_NOT_PAIRED);
1592
1593         device_proxy = g_dbus_proxy_new_sync(conn, G_DBUS_PROXY_FLAGS_NONE,
1594                         NULL, BT_BLUEZ_NAME, object_path,
1595                         BT_PROPERTIES_INTERFACE,  NULL, NULL);
1596         g_free(object_path);
1597         retv_if(device_proxy == NULL, BLUETOOTH_ERROR_INTERNAL);
1598
1599         result = g_dbus_proxy_call_sync(device_proxy, "GetAll",
1600                         g_variant_new("(s)", BT_DEVICE_INTERFACE),
1601                         G_DBUS_CALL_FLAGS_NONE,
1602                         -1,
1603                         NULL,
1604                         &error);
1605         if (result == NULL) {
1606                 if (error != NULL) {
1607                         BT_ERR("Error occured in Proxy call [%s]\n", error->message);
1608                         g_error_free(error);
1609                 }
1610                 g_object_unref(device_proxy);
1611                 return BLUETOOTH_ERROR_INTERNAL;
1612         }
1613
1614         g_variant_get(result , "(@a{sv})", &value);
1615         g_variant_unref(result);
1616
1617         tmp_value = g_variant_lookup_value(value, "GattConnected", G_VARIANT_TYPE_BOOLEAN);
1618         if (tmp_value == NULL) {
1619                 g_object_unref(device_proxy);
1620                 g_variant_unref(value);
1621                 return BLUETOOTH_ERROR_INTERNAL;
1622         }
1623
1624         *is_connected = g_variant_get_boolean(tmp_value);
1625
1626         BT_DBG("gatt is connected : %d", *is_connected);
1627
1628         g_variant_unref(tmp_value);
1629         g_variant_unref(value);
1630         g_object_unref(device_proxy);
1631
1632         return ret;
1633 }
1634
1635 int _bt_is_device_connected(bluetooth_device_address_t *device_address,
1636                         int connection_type, gboolean *is_connected)
1637 {
1638         char *object_path = NULL;
1639         char address[BT_ADDRESS_STRING_SIZE] = { 0 };
1640         GDBusProxy *device_proxy = NULL;
1641         GDBusProxy *adapter_proxy = NULL;
1642         GDBusConnection *conn;
1643         GError *error = NULL;
1644         GVariant *tmp_value = NULL;
1645         GVariant *value = NULL;
1646         GVariant *result = NULL;
1647         char *uuid = NULL;
1648
1649         retv_if(device_address == NULL, BLUETOOTH_ERROR_INVALID_PARAM);
1650         retv_if(is_connected == NULL, BLUETOOTH_ERROR_INVALID_PARAM);
1651
1652         *is_connected = FALSE;
1653         BT_DBG("connection_type: %d", connection_type);
1654         if (connection_type == BLUETOOTH_RFCOMM_SERVICE)
1655                 return _bt_rfcomm_is_device_connected(device_address,
1656                                                 is_connected);
1657         else if (connection_type == BLUETOOTH_GATT_SERVICE)
1658                 return _bt_is_gatt_connected(device_address, is_connected);
1659         else if (connection_type == BLUETOOTH_PBAP_SERVICE)
1660                 return _bt_pbap_is_connected(device_address, is_connected);
1661
1662         adapter_proxy = _bt_get_adapter_proxy();
1663         retv_if(adapter_proxy == NULL, BLUETOOTH_ERROR_INTERNAL);
1664
1665         conn = _bt_gdbus_get_system_gconn();
1666         retv_if(conn == NULL, BLUETOOTH_ERROR_INTERNAL);
1667
1668         _bt_convert_addr_type_to_string(address, device_address->addr);
1669
1670         if (connection_type == BLUETOOTH_NAP_SERVER_SERVICE) {
1671                 object_path = _bt_get_adapter_path();
1672                 device_proxy = g_dbus_proxy_new_sync(conn, G_DBUS_PROXY_FLAGS_NONE,
1673                                                                         NULL, BT_BLUEZ_NAME,
1674                                                                         object_path, BT_NETWORK_SERVER_INTERFACE,  NULL, NULL);
1675                 g_free(object_path);
1676                 if (device_proxy == NULL) {
1677                         BT_DBG("Device don't have this service");
1678                         return BLUETOOTH_ERROR_INTERNAL;
1679                 }
1680
1681                 result = g_dbus_proxy_call_sync(device_proxy, "GetProperties",
1682                                         g_variant_new("(s)", address),
1683                                         G_DBUS_CALL_FLAGS_NONE,
1684                                         -1,
1685                                         NULL,
1686                                         &error);
1687
1688                 if (result == NULL) {
1689                         BT_ERR("[GetProperties] Error occured in Proxy call");
1690                         if (error) {
1691                                 BT_ERR("%s", error->message);
1692                                 g_error_free(error);
1693                         }
1694                         *is_connected = FALSE;
1695                         g_object_unref(device_proxy);
1696                         return BLUETOOTH_ERROR_NONE;
1697                 }
1698                 g_variant_get(result , "(@a{sv})", &value);
1699                 g_variant_unref(result);
1700
1701                 if (value) {
1702                         tmp_value = g_variant_lookup_value(value,
1703                                                         "Connected",
1704                                                         G_VARIANT_TYPE_BOOLEAN);
1705                         if (tmp_value) {
1706                                 *is_connected = g_variant_get_boolean(tmp_value);
1707                                 g_variant_unref(tmp_value);
1708                         }
1709                         g_variant_unref(value);
1710                 }
1711         } else if (connection_type == BLUETOOTH_NAP_SERVICE) {
1712                 return _bt_is_network_connected(_bt_get_net_conn(),
1713                                                 device_address->addr, is_connected);
1714         } else {
1715                 uuid = _bt_get_profile_uuid128(connection_type);
1716                 if (uuid == NULL) {
1717                         BT_ERR("uuid is NULL");
1718                         return BLUETOOTH_ERROR_INTERNAL;
1719                 }
1720
1721                 BT_DBG("uuid: %s", uuid);
1722
1723                 object_path = _bt_get_device_object_path(address);
1724                 retv_if(object_path == NULL, BLUETOOTH_ERROR_NOT_PAIRED);
1725                 BT_DBG("object_path: %s", object_path);
1726                 device_proxy = g_dbus_proxy_new_sync(conn, G_DBUS_PROXY_FLAGS_NONE,
1727                                                                         NULL, BT_BLUEZ_NAME,
1728                                                                         object_path, BT_DEVICE_INTERFACE,  NULL, NULL);
1729                 g_free(object_path);
1730                 if (device_proxy == NULL) {
1731                         BT_DBG("Device don't have this service");
1732                         g_free(uuid);
1733                         return BLUETOOTH_ERROR_INTERNAL;
1734                 }
1735
1736                 result = g_dbus_proxy_call_sync(device_proxy, "IsConnectedProfile",
1737                                         g_variant_new("(s)", uuid),
1738                                         G_DBUS_CALL_FLAGS_NONE,
1739                                         -1,
1740                                         NULL,
1741                                         &error);
1742
1743                 if (result == NULL) {
1744                         BT_ERR("[IsConnectedProfile] Error occured in Proxy call");
1745                         if (error) {
1746                                 BT_ERR("%s", error->message);
1747                                 if (g_strrstr(error->message, "Not Connected"))
1748                                         BT_DBG("Not connected");
1749                                 g_error_free(error);
1750                         }
1751                         *is_connected = FALSE;
1752                         g_object_unref(device_proxy);
1753                         g_free(uuid);
1754                         return BLUETOOTH_ERROR_NONE;
1755                 }
1756                 g_variant_get(result, "(b)", is_connected);
1757                 g_free(uuid);
1758                 g_variant_unref(result);
1759         }
1760
1761         g_object_unref(device_proxy);
1762         return BLUETOOTH_ERROR_NONE;
1763 }
1764
1765 int _bt_get_connected_link(bluetooth_device_address_t *device_address,
1766                         bluetooth_connected_link_t *connected)
1767 {
1768         char address[BT_ADDRESS_STRING_SIZE] = { 0 };
1769         char *object_path = NULL;
1770
1771         GDBusProxy *device_proxy;
1772         GError *error = NULL;
1773         GDBusConnection *conn;
1774         GVariant *tmp_value = NULL;
1775         GVariant *value = NULL;
1776         GVariant *result = NULL;
1777
1778         BT_CHECK_PARAMETER(device_address, return);
1779
1780         conn = _bt_gdbus_get_system_gconn();
1781         retv_if(conn == NULL, BLUETOOTH_ERROR_INTERNAL);
1782
1783         _bt_convert_addr_type_to_string(address, device_address->addr);
1784
1785         object_path = _bt_get_device_object_path(address);
1786         retv_if(object_path == NULL, BLUETOOTH_ERROR_NOT_PAIRED);
1787
1788         device_proxy = g_dbus_proxy_new_sync(conn, G_DBUS_PROXY_FLAGS_NONE,
1789                                                                 NULL, BT_BLUEZ_NAME,
1790                                                                 object_path, BT_PROPERTIES_INTERFACE,  NULL, NULL);
1791         g_free(object_path);
1792         if (device_proxy == NULL) {
1793                 *connected = BLUETOOTH_CONNECTED_LINK_NONE;
1794                 return BLUETOOTH_ERROR_NONE;
1795         }
1796
1797         result = g_dbus_proxy_call_sync(device_proxy, "GetAll",
1798                                         g_variant_new("(s)", BT_DEVICE_INTERFACE),
1799                                         G_DBUS_CALL_FLAGS_NONE,
1800                                         -1,
1801                                         NULL,
1802                                         &error);
1803
1804         if (error != NULL) {
1805                 BT_ERR("Error occured in Proxy call [%s]\n", error->message);
1806                 g_error_free(error);
1807                 g_object_unref(device_proxy);
1808                 return BLUETOOTH_ERROR_INTERNAL;
1809         }
1810
1811         g_variant_get(result , "(@a{sv})", &value);
1812         g_variant_unref(result);
1813
1814         tmp_value = g_variant_lookup_value(value, "Connected", G_VARIANT_TYPE_BYTE);
1815         if (tmp_value != NULL) {
1816                 *connected = g_variant_get_byte(tmp_value);
1817                 g_variant_unref(tmp_value);
1818                 g_object_unref(device_proxy);
1819                 return BLUETOOTH_ERROR_NONE;
1820         } else  {
1821                 BT_ERR("g_variant value is NULL");
1822                 return BLUETOOTH_ERROR_INTERNAL;
1823         }
1824 }
1825
1826 static void __le_connection_req_cb(GDBusProxy *proxy, GAsyncResult *res,
1827                 gpointer user_data)
1828 {
1829         GError *err = NULL;
1830         GVariant *out_param1;
1831         GVariant *reply;
1832         int result = BLUETOOTH_ERROR_NONE;
1833         bt_function_data_t *func_data = user_data;
1834         request_info_t *req_info = NULL;
1835         bluetooth_device_address_t device_addr = { {0} };
1836
1837         reply = g_dbus_proxy_call_finish(proxy, res, &err);
1838         g_object_unref(proxy);
1839
1840         if (reply == NULL) {
1841                 BT_ERR("ConnectLE / DisconnectLE DBus call error");
1842                 if (err) {
1843                         BT_ERR("Error: %s", err->message);
1844                         g_clear_error(&err);
1845                 }
1846                 result = BLUETOOTH_ERROR_INTERNAL;
1847         } else {
1848                 g_variant_unref(reply);
1849         }
1850
1851         if (func_data == NULL) {
1852                 BT_ERR("func_data is NULL");
1853                 goto done;
1854         }
1855
1856         req_info = _bt_get_request_info(func_data->req_id);
1857         if (req_info == NULL) {
1858                 BT_ERR("req_info is NULL");
1859                 goto done;
1860         }
1861
1862         if (req_info->context == NULL) {
1863                 BT_ERR("req_info->context is NULL");
1864                 goto done;
1865         }
1866
1867         _bt_convert_addr_string_to_type(device_addr.addr,
1868                         (const char *)func_data->address);
1869
1870         out_param1 = g_variant_new_from_data((const GVariantType *)"ay",
1871                         &device_addr, sizeof(bluetooth_device_address_t), TRUE,
1872                         NULL, NULL);
1873
1874         g_dbus_method_invocation_return_value(req_info->context,
1875                         g_variant_new("(iv)", result, out_param1));
1876
1877 done:
1878         if (req_info)
1879                 _bt_delete_request_list(req_info->req_id);
1880
1881         if (func_data) {
1882                 g_free(func_data->address);
1883                 g_free(func_data);
1884         }
1885 }
1886
1887 static int __bt_connect_le_device_internal(int req_id, const bluetooth_device_address_t *bd_addr,
1888         gboolean auto_connect)
1889 {
1890         char device_address[BT_ADDRESS_STRING_SIZE] = { 0 };
1891         gchar *device_path = NULL;
1892         GDBusProxy *device_proxy = NULL;
1893         GDBusConnection *conn;
1894         int ret = BLUETOOTH_ERROR_NONE;
1895         bt_function_data_t *func_data;
1896
1897         BT_CHECK_PARAMETER(bd_addr, return);
1898
1899         conn = _bt_gdbus_get_system_gconn();
1900         retv_if(conn == NULL, BLUETOOTH_ERROR_INTERNAL);
1901
1902         _bt_convert_addr_type_to_string(device_address,
1903                         (unsigned char *)bd_addr->addr);
1904         device_path = _bt_get_device_object_path(device_address);
1905         if (device_path == NULL) {
1906                 BT_ERR_C("device_path NULL : [%s]", device_address);
1907                 ret = BLUETOOTH_ERROR_INTERNAL;
1908                 return ret;
1909         }
1910
1911         device_proxy = g_dbus_proxy_new_sync(conn, G_DBUS_PROXY_FLAGS_NONE,
1912                         NULL, BT_BLUEZ_NAME,
1913                         device_path, BT_DEVICE_INTERFACE,  NULL, NULL);
1914         g_free(device_path);
1915         retv_if(device_proxy == NULL, BLUETOOTH_ERROR_INTERNAL);
1916
1917         func_data = g_malloc0(sizeof(bt_function_data_t));
1918         func_data->address = g_strdup(device_address);
1919         if (func_data->address == NULL) {
1920                 BT_ERR("Unable to allocate memory for address");
1921                 ret = BLUETOOTH_ERROR_MEMORY_ALLOCATION;
1922                 goto fail;
1923         }
1924
1925         func_data->req_id = req_id;
1926
1927         g_dbus_proxy_call(device_proxy, "ConnectLE",
1928                         g_variant_new("(b)", auto_connect),
1929                         G_DBUS_CALL_FLAGS_NONE,
1930                         BT_MAX_DBUS_TIMEOUT,
1931                         NULL,
1932                         (GAsyncReadyCallback)__le_connection_req_cb, func_data);
1933
1934         return ret;
1935
1936 fail:
1937         if (device_proxy)
1938                 g_object_unref(device_proxy);
1939
1940         g_free(func_data->address);
1941         g_free(func_data);
1942
1943         return ret;
1944 }
1945
1946 static gboolean __bt_connect_le_timer_cb(gpointer user_data)
1947 {
1948         BT_INFO("Try to initiate pending LE connection");
1949
1950         pending_le_conn_timer_id = 0;
1951
1952         __bt_connect_le_device_internal(pending_le_conn_info->req_id,
1953                 &pending_le_conn_info->bd_addr,
1954                 pending_le_conn_info->auto_connect);
1955
1956         g_free(pending_le_conn_info);
1957         pending_le_conn_info = NULL;
1958
1959         return FALSE;
1960 }
1961
1962 void _bt_pending_connect_le_device(void)
1963 {
1964         if (pending_le_conn_timer_id > 0) {
1965                 g_source_remove(pending_le_conn_timer_id);
1966                 __bt_connect_le_timer_cb(NULL);
1967         }
1968 }
1969
1970 int _bt_connect_le_device(int req_id, const bluetooth_device_address_t *bd_addr,
1971                 gboolean auto_connect)
1972 {
1973         int ret = BLUETOOTH_ERROR_NONE;
1974
1975         BT_CHECK_PARAMETER(bd_addr, return);
1976
1977         ret = _bt_hold_current_advertising();
1978         if (ret == BLUETOOTH_ERROR_NONE) {
1979                 BT_INFO("Current advertising is held");
1980                 pending_le_conn_info = g_malloc0(sizeof(bt_pending_le_conn_info_s));
1981                 pending_le_conn_info->req_id = req_id;
1982                 memcpy(pending_le_conn_info->bd_addr.addr, bd_addr->addr,
1983                                 BLUETOOTH_ADDRESS_LENGTH);
1984                 pending_le_conn_info->auto_connect = auto_connect;
1985
1986                 pending_le_conn_timer_id =
1987                         g_timeout_add(1000, __bt_connect_le_timer_cb, NULL);
1988
1989                 return BLUETOOTH_ERROR_NONE;
1990         }
1991
1992         BT_ERR("Unable to hold advertising");
1993
1994         return __bt_connect_le_device_internal(req_id, bd_addr, auto_connect);
1995 }
1996
1997 int _bt_disconnect_le_device(int req_id,
1998                 const bluetooth_device_address_t *bd_addr)
1999 {
2000         char device_address[BT_ADDRESS_STRING_SIZE] = { 0 };
2001         gchar *device_path;
2002         GDBusProxy *device_proxy;
2003         GDBusConnection *conn;
2004         int ret = BLUETOOTH_ERROR_NONE;
2005         bt_function_data_t *func_data;
2006
2007         BT_CHECK_PARAMETER(bd_addr, return);
2008
2009         conn = _bt_gdbus_get_system_gconn();
2010         retv_if(conn == NULL, BLUETOOTH_ERROR_INTERNAL);
2011
2012         _bt_convert_addr_type_to_string(device_address,
2013                         (unsigned char *)bd_addr->addr);
2014         device_path = _bt_get_device_object_path(device_address);
2015         if (device_path == NULL) {
2016                 BT_DBG("device_path NULL");
2017                 ret = BLUETOOTH_ERROR_INTERNAL;
2018                 return ret;
2019         }
2020
2021         retv_if(device_path == NULL, BLUETOOTH_ERROR_INTERNAL);
2022
2023         device_proxy = g_dbus_proxy_new_sync(conn, G_DBUS_PROXY_FLAGS_NONE,
2024                         NULL, BT_BLUEZ_NAME,
2025                         device_path, BT_DEVICE_INTERFACE,  NULL, NULL);
2026         g_free(device_path);
2027         retv_if(device_proxy == NULL, BLUETOOTH_ERROR_INTERNAL);
2028
2029         func_data = g_malloc0(sizeof(bt_function_data_t));
2030         func_data->address = g_strdup(device_address);
2031         if (func_data->address == NULL) {
2032                 BT_ERR("Unable to allocate memory for address");
2033                 ret = BLUETOOTH_ERROR_MEMORY_ALLOCATION;
2034                 goto fail;
2035         }
2036
2037         func_data->req_id = req_id;
2038
2039         g_dbus_proxy_call(device_proxy, "DisconnectLE",
2040                         NULL,
2041                         G_DBUS_CALL_FLAGS_NONE,
2042                         BT_MAX_DBUS_TIMEOUT,
2043                         NULL,
2044                         (GAsyncReadyCallback)__le_connection_req_cb, func_data);
2045         return ret;
2046
2047 fail:
2048         if (device_proxy)
2049                 g_object_unref(device_proxy);
2050
2051         g_free(func_data->address);
2052         g_free(func_data);
2053
2054         return ret;
2055 }
2056
2057 int _bt_connect_le_ipsp_device(const bluetooth_device_address_t *bd_addr)
2058 {
2059         char device_address[BT_ADDRESS_STRING_SIZE] = { 0 };
2060         gchar *device_path = NULL;
2061         GError *error = NULL;
2062         GDBusProxy *device_proxy = NULL;
2063         GDBusProxy *adapter_proxy;
2064         GDBusConnection *conn;
2065         int ret = BLUETOOTH_ERROR_NONE;
2066
2067         BT_CHECK_PARAMETER(bd_addr, return);
2068
2069         _bt_convert_addr_type_to_string(device_address,
2070                         (unsigned char *)bd_addr->addr);
2071
2072         conn = _bt_gdbus_get_system_gconn();
2073         retv_if(conn == NULL, BLUETOOTH_ERROR_INTERNAL);
2074
2075         adapter_proxy = _bt_get_adapter_proxy();
2076         retv_if(adapter_proxy == NULL, BLUETOOTH_ERROR_INTERNAL);
2077
2078         device_path = _bt_get_device_object_path(device_address);
2079         if (device_path == NULL) {
2080                 BT_DBG("device_path NULL");
2081                 ret = BLUETOOTH_ERROR_INTERNAL;
2082                 return ret;
2083         }
2084
2085         retv_if(device_path == NULL, BLUETOOTH_ERROR_INTERNAL);
2086
2087         device_proxy = g_dbus_proxy_new_sync(conn, G_DBUS_PROXY_FLAGS_NONE,
2088                                                         NULL, BT_BLUEZ_NAME,
2089                                                         device_path, BT_DEVICE_INTERFACE,  NULL, NULL);
2090         g_free(device_path);
2091         retv_if(device_proxy == NULL, BLUETOOTH_ERROR_INTERNAL);
2092
2093         g_dbus_proxy_call_sync(device_proxy, "ConnectIpsp",
2094                                 NULL,
2095                                 G_DBUS_CALL_FLAGS_NONE,
2096                                 -1,
2097                                 NULL,
2098                                 &error);
2099         if (error) {
2100                 BT_ERR("ConnectIpsp Call Error %s[%s]", error->message, device_address);
2101                 g_error_free(error);
2102                 g_object_unref(device_proxy);
2103                 return BLUETOOTH_ERROR_INTERNAL;
2104         }
2105
2106         g_object_unref(device_proxy);
2107
2108         return ret;
2109 }
2110
2111 int _bt_disconnect_le_ipsp_device(const bluetooth_device_address_t *bd_addr)
2112 {
2113         char device_address[BT_ADDRESS_STRING_SIZE] = { 0 };
2114         gchar *device_path = NULL;
2115         GError *error = NULL;
2116         GDBusProxy *device_proxy = NULL;
2117         GDBusProxy *adapter_proxy;
2118         GDBusConnection *conn;
2119         int ret = BLUETOOTH_ERROR_NONE;
2120
2121         BT_CHECK_PARAMETER(bd_addr, return);
2122
2123         _bt_convert_addr_type_to_string(device_address,
2124                         (unsigned char *)bd_addr->addr);
2125
2126         conn = _bt_gdbus_get_system_gconn();
2127         retv_if(conn == NULL, BLUETOOTH_ERROR_INTERNAL);
2128
2129         adapter_proxy = _bt_get_adapter_proxy();
2130         retv_if(adapter_proxy == NULL, BLUETOOTH_ERROR_INTERNAL);
2131
2132         device_path = _bt_get_device_object_path(device_address);
2133         if (device_path == NULL) {
2134                 BT_DBG("device_path NULL");
2135                 ret = BLUETOOTH_ERROR_INTERNAL;
2136                 return ret;
2137         }
2138
2139         retv_if(device_path == NULL, BLUETOOTH_ERROR_INTERNAL);
2140
2141         device_proxy = g_dbus_proxy_new_sync(conn, G_DBUS_PROXY_FLAGS_NONE,
2142                                                         NULL, BT_BLUEZ_NAME,
2143                                                         device_path, BT_DEVICE_INTERFACE,  NULL, NULL);
2144         g_free(device_path);
2145         retv_if(device_proxy == NULL, BLUETOOTH_ERROR_INTERNAL);
2146
2147         g_dbus_proxy_call_sync(device_proxy, "DisconnectIpsp",
2148                                 NULL,
2149                                 G_DBUS_CALL_FLAGS_NONE,
2150                                 -1,
2151                                 NULL,
2152                                 &error);
2153         if (error) {
2154                 BT_ERR("DisconnectIpsp Call Error %s[%s]", error->message, device_address);
2155                 g_error_free(error);
2156                 g_object_unref(device_proxy);
2157                 return BLUETOOTH_ERROR_INTERNAL;
2158         }
2159
2160         g_object_unref(device_proxy);
2161
2162         return ret;
2163 }
2164
2165 int _bt_connect_profile(char *address, char *uuid,
2166                                                 void *cb, gpointer func_data)
2167 {
2168         char *object_path;
2169         GDBusProxy *proxy;
2170         GDBusConnection *conn;
2171         GDBusProxy *adapter_proxy;
2172         GVariant *result = NULL;
2173         GError *error = NULL;
2174
2175         conn = _bt_gdbus_get_system_gconn();
2176         retv_if(conn == NULL, BLUETOOTH_ERROR_INTERNAL);
2177
2178         object_path = _bt_get_device_object_path(address);
2179         if (object_path == NULL) {
2180                 BT_ERR("No searched device");
2181
2182                 adapter_proxy = _bt_get_adapter_proxy();
2183                 retv_if(adapter_proxy == NULL, BLUETOOTH_ERROR_INTERNAL);
2184
2185                 result = g_dbus_proxy_call_sync(adapter_proxy, "CreateDevice",
2186                                          g_variant_new("(s)", address),
2187                                          G_DBUS_CALL_FLAGS_NONE,
2188                                          -1,
2189                                          NULL,
2190                                          &error);
2191
2192                 if (error != NULL) {
2193                         BT_ERR("CreateDevice Fail: %s", error->message);
2194                         g_error_free(error);
2195                 }
2196                 if (result)
2197                         g_variant_unref(result);
2198
2199                 object_path = _bt_get_device_object_path(address);
2200         }
2201         retv_if(object_path == NULL, BLUETOOTH_ERROR_INTERNAL);
2202
2203         proxy = g_dbus_proxy_new_sync(conn, G_DBUS_PROXY_FLAGS_NONE,
2204                                                                 NULL, BT_BLUEZ_NAME,
2205                                                                 object_path, BT_DEVICE_INTERFACE,  NULL, NULL);
2206         g_free(object_path);
2207         retv_if(proxy == NULL, BLUETOOTH_ERROR_INTERNAL);
2208
2209         g_dbus_proxy_call(proxy, "ConnectProfile",
2210                                 g_variant_new("(s)", uuid),
2211                                 G_DBUS_CALL_FLAGS_NONE,
2212                                 BT_MAX_DBUS_TIMEOUT,
2213                                 NULL,
2214                                 (GAsyncReadyCallback)cb,
2215                                 func_data);
2216
2217         return BLUETOOTH_ERROR_NONE;
2218 }
2219
2220 int _bt_disconnect_all(char *address)
2221 {
2222         int ret = BLUETOOTH_ERROR_NONE;
2223         char *object_path;
2224         GDBusProxy *proxy;
2225         GDBusConnection *conn;
2226         GVariant *result = NULL;
2227         GError *err = NULL;
2228
2229         BT_DBG("");
2230         conn = _bt_gdbus_get_system_gconn();
2231         retv_if(conn == NULL, BLUETOOTH_ERROR_INTERNAL);
2232
2233         object_path = _bt_get_device_object_path(address);
2234         retv_if(object_path == NULL, BLUETOOTH_ERROR_INTERNAL);
2235
2236         proxy = g_dbus_proxy_new_sync(conn, G_DBUS_PROXY_FLAGS_NONE,
2237                                         NULL, BT_BLUEZ_NAME,
2238                                         object_path, BT_DEVICE_INTERFACE,  NULL, NULL);
2239         g_free(object_path);
2240         retv_if(proxy == NULL, BLUETOOTH_ERROR_INTERNAL);
2241
2242         result = g_dbus_proxy_call_sync(proxy, "Disconnect",
2243                 NULL,
2244                 G_DBUS_CALL_FLAGS_NONE,
2245                 -1, NULL,
2246                 &err);
2247
2248         if (err != NULL) {
2249                 BT_ERR("Dbus Call Error:[%s]", err->message);
2250                 g_error_free(err);
2251                 ret = BLUETOOTH_ERROR_INTERNAL;
2252         }
2253
2254         g_object_unref(proxy);
2255         if (result)
2256                 g_variant_unref(result);
2257
2258         return ret;
2259 }
2260
2261 int _bt_disconnect_profile(char *address, char *uuid,
2262                                                 void *cb, gpointer func_data)
2263 {
2264         char *object_path;
2265         GDBusProxy *proxy;
2266         GDBusConnection *conn;
2267
2268         conn = _bt_gdbus_get_system_gconn();
2269         retv_if(conn == NULL, BLUETOOTH_ERROR_INTERNAL);
2270
2271         object_path = _bt_get_device_object_path(address);
2272         retv_if(object_path == NULL, BLUETOOTH_ERROR_INTERNAL);
2273
2274         proxy = g_dbus_proxy_new_sync(conn, G_DBUS_PROXY_FLAGS_NONE,
2275                                                                 NULL, BT_BLUEZ_NAME,
2276                                                                 object_path, BT_DEVICE_INTERFACE,  NULL, NULL);
2277         g_free(object_path);
2278         retv_if(proxy == NULL, BLUETOOTH_ERROR_INTERNAL);
2279
2280         g_dbus_proxy_call(proxy, "DisconnectProfile",
2281                                         g_variant_new("(s)", uuid),
2282                                         G_DBUS_CALL_FLAGS_NONE,
2283                                         BT_MAX_DBUS_TIMEOUT,
2284                                         NULL,
2285                                         (GAsyncReadyCallback)cb,
2286                                         func_data);
2287
2288         return BLUETOOTH_ERROR_NONE;
2289 }
2290
2291 int _bt_enable_rssi(bluetooth_device_address_t *bd_addr, int link_type,
2292                 int low_threshold, int in_range_threshold, int high_threshold)
2293 {
2294         int ret = BLUETOOTH_ERROR_NONE;
2295         GDBusProxy *proxy;
2296         GVariant *result = NULL;
2297         GError *error = NULL;
2298         char address[BT_ADDRESS_STRING_SIZE] = { 0 };
2299
2300         BT_CHECK_PARAMETER(bd_addr, return);
2301         BT_DBG("BD Address [%2.2X %2.2X %2.2X %2.2X %2.2X %2.2X] Link Type[%d]",
2302                         bd_addr->addr[0], bd_addr->addr[1],
2303                         bd_addr->addr[2], bd_addr->addr[3],
2304                         bd_addr->addr[4], bd_addr->addr[5],
2305                         link_type);
2306         BT_DBG("Enable RSSI: [Threshold %d %d %d]", low_threshold,
2307                         in_range_threshold, high_threshold);
2308
2309         _bt_convert_addr_type_to_string(address, bd_addr->addr);
2310
2311         proxy = _bt_get_adapter_proxy();
2312         retv_if(proxy == NULL, BLUETOOTH_ERROR_INTERNAL);
2313
2314         result = g_dbus_proxy_call_sync(proxy, "EnableRssi",
2315                                 g_variant_new("(siiii)", address, link_type, low_threshold, in_range_threshold, high_threshold),
2316                                 G_DBUS_CALL_FLAGS_NONE,
2317                                 -1,
2318                                 NULL,
2319                                 &error);
2320         if (error != NULL) {
2321                         BT_ERR("Dbus Call Error:[%s]", error->message);
2322                         g_error_free(error);
2323                         ret = BLUETOOTH_ERROR_INTERNAL;
2324         }
2325
2326         if (result)
2327                 g_variant_unref(result);
2328
2329         return ret;
2330 }
2331
2332 int _bt_get_rssi_strength(bluetooth_device_address_t *bd_addr,
2333                                         int link_type)
2334 {
2335         int ret = BLUETOOTH_ERROR_NONE;
2336         GDBusProxy *proxy;
2337         GVariant *result = NULL;
2338         GError *error = NULL;
2339         char address[BT_ADDRESS_STRING_SIZE] = { 0 };
2340
2341         BT_CHECK_PARAMETER(bd_addr, return);
2342         BT_DBG("BD Address [%2.2X:%2.2X:%2.2X:%2.2X:%2.2X:%2.2X] Link Type[%d]",
2343                         bd_addr->addr[0], bd_addr->addr[1],
2344                         bd_addr->addr[2], bd_addr->addr[3],
2345                         bd_addr->addr[4], bd_addr->addr[5],
2346                         link_type);
2347
2348         _bt_convert_addr_type_to_string(address, bd_addr->addr);
2349
2350         proxy = _bt_get_adapter_proxy();
2351         retv_if(proxy == NULL, BLUETOOTH_ERROR_INTERNAL);
2352
2353         result = g_dbus_proxy_call_sync(proxy, "GetRssiStrength",
2354                                 g_variant_new("(si)", address, link_type),
2355                                 G_DBUS_CALL_FLAGS_NONE,
2356                                 -1,
2357                                 NULL,
2358                                 &error);
2359
2360         if (error != NULL) {
2361                         BT_ERR("Dbus Call Error:[%s]", error->message);
2362                         g_error_free(error);
2363                         ret = BLUETOOTH_ERROR_INTERNAL;
2364         }
2365
2366         if (result)
2367                 g_variant_unref(result);
2368
2369         return ret;
2370 }
2371
2372 int _bt_le_conn_update(unsigned char *device_address,
2373                                 float interval_min, float interval_max,
2374                                 guint16 latency, guint16 time_out)
2375 {
2376         char address[BT_ADDRESS_STRING_SIZE] = { 0 };
2377         gchar *device_path = NULL;
2378         GError *error = NULL;
2379         GDBusProxy *device_proxy = NULL;
2380         GDBusConnection *conn;
2381         GVariant *reply;
2382         guint32 min, max, to;
2383         guint32 min_supervision_to;
2384         int ret = BLUETOOTH_ERROR_NONE;
2385
2386         BT_CHECK_PARAMETER(device_address, return);
2387
2388         BT_INFO("Min interval: %f, Max interval: %f, Latency: %u, Supervision timeout: %u",
2389                         interval_min, interval_max, latency, time_out);
2390
2391         if (interval_min > interval_max ||
2392                         interval_min < BT_LE_CONN_INTERVAL_MIN ||
2393                         interval_max > BT_LE_CONN_INTERVAL_MAX) {
2394                 ret = BLUETOOTH_ERROR_INVALID_PARAM;
2395                 goto fail;
2396         }
2397
2398         if (time_out < BT_LE_CONN_SUPER_TO_MIN ||
2399                         time_out > BT_LE_CONN_SUPER_TO_MAX) {
2400                 ret = BLUETOOTH_ERROR_INVALID_PARAM;
2401                 goto fail;
2402         }
2403
2404         if (latency > BT_LE_CONN_SLAVE_LATENCY_MAX) {
2405                 ret = BLUETOOTH_ERROR_INVALID_PARAM;
2406                 goto fail;
2407         }
2408
2409         /*
2410          * The Supervision_Timeout in milliseconds shall be larger than
2411          * (1 + Conn_Latency) * Conn_Interval_Max * 2,
2412          * where Conn_Interval_Max is given in milliseconds.
2413          */
2414         min_supervision_to = (1 + latency) * interval_max * 2;
2415         if (time_out <= min_supervision_to) {
2416                 ret = BLUETOOTH_ERROR_INVALID_PARAM;
2417                 goto fail;
2418         }
2419
2420         _bt_convert_addr_type_to_string(address, device_address);
2421
2422         BT_DBG("Remote device address: %s", address);
2423
2424         device_path = _bt_get_device_object_path(address);
2425
2426         if (device_path == NULL) {
2427                 BT_ERR("device_path NULL");
2428                 ret = BLUETOOTH_ERROR_INTERNAL;
2429                 goto fail;
2430         }
2431
2432         conn = _bt_gdbus_get_system_gconn();
2433         if (conn == NULL) {
2434                 BT_ERR("conn NULL");
2435                 ret = BLUETOOTH_ERROR_INTERNAL;
2436                 goto fail;
2437         }
2438
2439         device_proxy = g_dbus_proxy_new_sync(conn, G_DBUS_PROXY_FLAGS_NONE,
2440                                                                 NULL, BT_BLUEZ_NAME,
2441                                                                 device_path, BT_DEVICE_INTERFACE,  NULL, NULL);
2442
2443         g_free(device_path);
2444         retv_if(device_proxy == NULL, BLUETOOTH_ERROR_INTERNAL);
2445
2446         min = interval_min / BT_LE_CONN_INTERVAL_SPLIT;
2447         max = interval_max / BT_LE_CONN_INTERVAL_SPLIT;
2448         to = time_out / BT_LE_CONN_TO_SPLIT;
2449
2450         reply = g_dbus_proxy_call_sync(device_proxy, "LeConnUpdate",
2451                                 g_variant_new("(uuuu)", min, max, latency, to),
2452                                 G_DBUS_CALL_FLAGS_NONE,
2453                                 -1,
2454                                 NULL,
2455                                 &error);
2456
2457         g_object_unref(device_proxy);
2458         if (reply == NULL) {
2459                 if (error) {
2460                         BT_ERR("Error %s[%s]", error->message, address);
2461                         if (g_strrstr(error->message, "In Progress"))
2462                                 ret = BLUETOOTH_ERROR_IN_PROGRESS;
2463                         else
2464                                 ret = BLUETOOTH_ERROR_INTERNAL;
2465                         g_error_free(error);
2466                         return ret;
2467                 }
2468         }
2469         g_variant_unref(reply);
2470
2471 fail:
2472         return ret;
2473 }
2474
2475 int _bt_set_pin_code(bluetooth_device_address_t *device_address,
2476                                 bluetooth_device_pin_code_t *pin_code)
2477 {
2478         char address[BT_ADDRESS_STRING_SIZE] = { 0 };
2479         GSList *l = NULL;
2480         bt_pin_code_info_t *pin_info = NULL;
2481
2482         BT_CHECK_PARAMETER(device_address, return);
2483         BT_CHECK_PARAMETER(pin_code, return);
2484         retv_if(g_slist_length(pin_info_list) >= BT_DEVICE_PIN_CODE_SLOT_MAX,
2485                         BLUETOOTH_ERROR_NO_RESOURCES);
2486
2487         _bt_convert_addr_type_to_string(address, device_address->addr);
2488
2489         for (l = pin_info_list; l != NULL; l = l->next) {
2490                 pin_info = l->data;
2491
2492                 if (g_strcmp0(pin_info->address, address) == 0) {
2493                         g_free(pin_info->pin_code);
2494                         pin_info->pin_code = g_strdup(pin_code->pin_code);
2495                         return BLUETOOTH_ERROR_NONE;
2496                 }
2497         }
2498
2499         pin_info = g_malloc0(sizeof(bt_pin_code_info_t));
2500         pin_info->address = g_strdup(address);
2501         pin_info->pin_code = g_strdup(pin_code->pin_code);
2502         pin_info_list = g_slist_append(pin_info_list, pin_info);
2503
2504         return BLUETOOTH_ERROR_NONE;
2505 }
2506
2507 gint __bt_compare_address(gpointer *a, gpointer *b)
2508 {
2509         bt_pin_code_info_t *pin_info = (bt_pin_code_info_t *)a;
2510         char *address = (char *)b;
2511         return g_strcmp0(pin_info->address, address);
2512 }
2513
2514 int _bt_unset_pin_code(bluetooth_device_address_t *device_address)
2515 {
2516         char address[BT_ADDRESS_STRING_SIZE] = { 0 };
2517         GSList *l = NULL;
2518         bt_pin_code_info_t *pin_info = NULL;
2519
2520         BT_CHECK_PARAMETER(device_address, return);
2521
2522         _bt_convert_addr_type_to_string(address, device_address->addr);
2523
2524         l = g_slist_find_custom(pin_info_list, address,
2525                 (GCompareFunc)__bt_compare_address);
2526         if (l)
2527                 pin_info = l->data;
2528         if (pin_info) {
2529                 pin_info_list = g_slist_remove(pin_info_list, pin_info);
2530                 g_free(pin_info->address);
2531                 g_free(pin_info->pin_code);
2532                 g_free(pin_info);
2533         }
2534
2535         return BLUETOOTH_ERROR_NONE;
2536 }
2537
2538 int _bt_get_device_pin_code(const char *address, char *pin_code)
2539 {
2540         GSList *l = NULL;
2541
2542         BT_CHECK_PARAMETER(address, return);
2543         BT_CHECK_PARAMETER(pin_code, return);
2544
2545         for (l = pin_info_list; l != NULL; l = l->next) {
2546                 bt_pin_code_info_t *pin_info = l->data;
2547
2548                 if (g_strcmp0(pin_info->address, address) == 0) {
2549                         g_strlcpy(pin_code, pin_info->pin_code,
2550                                         BLUETOOTH_PIN_CODE_MAX_LENGTH + 1);
2551
2552                         return BLUETOOTH_ERROR_NONE;
2553                 }
2554         }
2555
2556         return BLUETOOTH_ERROR_NOT_FOUND;
2557 }
2558
2559 int _bt_get_le_connection_parameter(bluetooth_le_connection_mode_t mode,
2560                 bluetooth_le_connection_param_t *param)
2561 {
2562         if (param == NULL)
2563                 return BLUETOOTH_ERROR_INVALID_PARAM;
2564
2565         if (mode < BLUETOOTH_LE_CONNECTION_MODE_BALANCED ||
2566             mode > BLUETOOTH_LE_CONNECTION_MODE_LOW_POWER)
2567                 return BLUETOOTH_ERROR_INVALID_PARAM;
2568
2569         memset(param, 0x00, sizeof(bluetooth_le_connection_param_t));
2570
2571         switch (mode) {
2572         case BLUETOOTH_LE_CONNECTION_MODE_BALANCED:
2573                 param->interval_min = BT_LE_CONN_PARAM_BALANCED_MIN_INTERVAL;
2574                 param->interval_max = BT_LE_CONN_PARAM_BALANCED_MAX_INTERVAL;
2575                 param->latency = BT_LE_CONN_PARAM_BALANCED_SLAVE_LATENCY;
2576                 param->timeout = BT_LE_CONN_PARAM_DEFAULT_SUPERVISION_TIMEOUT;
2577                 break;
2578
2579         case BLUETOOTH_LE_CONNECTION_MODE_LOW_LATENCY:
2580                 param->interval_min = BT_LE_CONN_PARAM_LOW_LATENCY_MIN_INTERVAL;
2581                 param->interval_max = BT_LE_CONN_PARAM_LOW_LATENCY_MAX_INTERVAL;
2582                 param->latency = BT_LE_CONN_PARAM_LOW_LATENCY_SLAVE_LATENCY;
2583                 param->timeout = BT_LE_CONN_PARAM_DEFAULT_SUPERVISION_TIMEOUT;
2584                 break;
2585
2586         case BLUETOOTH_LE_CONNECTION_MODE_LOW_POWER:
2587                 param->interval_min = BT_LE_CONN_PARAM_LOW_POWER_MIN_INTERVAL;
2588                 param->interval_max = BT_LE_CONN_PARAM_LOW_POWER_MAX_INTERVAL;
2589                 param->latency = BT_LE_CONN_PARAM_LOW_POWER_SLAVE_LATENCY;
2590                 param->timeout = BT_LE_CONN_PARAM_DEFAULT_SUPERVISION_TIMEOUT;
2591                 break;
2592
2593         default:
2594                 BT_ERR("Unhandled mode : %d", mode);
2595                 break;
2596         }
2597
2598         return BLUETOOTH_ERROR_NONE;
2599 }
2600
2601 int _bt_get_trusted_profile_from_flag(bluetooth_trusted_profile_t profile,
2602                 guint trusted_profile_flag, guint *trusted)
2603 {
2604         int trust_profile;
2605         *trusted = FALSE;
2606
2607         switch (profile) {
2608         case TRUSTED_PROFILE_PBAP:
2609                 if (trusted_profile_flag & (PROFILE_SUPPORTED << 0))
2610                         trust_profile = trusted_profile_flag & (1 << 1);
2611                 else
2612                         return BLUETOOTH_ERROR_NOT_SUPPORT;
2613                 break;
2614         case TRUSTED_PROFILE_MAP:
2615                 if (trusted_profile_flag & (PROFILE_SUPPORTED << 2))
2616                         trust_profile = trusted_profile_flag & (1 << 3);
2617                 else
2618                         return BLUETOOTH_ERROR_NOT_SUPPORT;
2619                 break;
2620         case TRUSTED_PROFILE_SAP:
2621                 if (trusted_profile_flag & (PROFILE_SUPPORTED << 4))
2622                         trust_profile = trusted_profile_flag & (1 << 5);
2623                 else
2624                         return BLUETOOTH_ERROR_NOT_SUPPORT;
2625                 break;
2626         case TRUSTED_PROFILE_ALL: /* Return Flag for All profiles*/
2627                 *trusted = trusted_profile_flag;
2628                 return BLUETOOTH_ERROR_NONE;
2629         default:
2630                 return BLUETOOTH_ERROR_NOT_SUPPORT;
2631         }
2632
2633         if (trust_profile)
2634                 *trusted = TRUE;
2635
2636         return BLUETOOTH_ERROR_NONE;
2637 }
2638
2639 int _bt_get_restricted_profile_from_flag(bluetooth_restricted_profile_t profile,
2640                 guint restricted_profile_flag, guint *restricted)
2641 {
2642         int restrict_profile;
2643         *restricted = FALSE;
2644
2645         switch (profile) {
2646         case RESTRICTED_PROFILE_HFP_HS:
2647                         restrict_profile = restricted_profile_flag & (1 << 0);
2648                 break;
2649         case RESTRICTED_PROFILE_A2DP:
2650                         restrict_profile = restricted_profile_flag & (1 << 2);
2651                 break;
2652         default:
2653                 return BLUETOOTH_ERROR_NOT_SUPPORT;
2654         }
2655
2656         if (restrict_profile)
2657                 *restricted = TRUE;
2658
2659         return BLUETOOTH_ERROR_NONE;
2660 }
2661
2662 char *_bt_get_trusted_profile_uuid(bluetooth_trusted_profile_t profile)
2663 {
2664         switch (profile) {
2665         case TRUSTED_PROFILE_PBAP:
2666                 return g_strdup("00001130-0000-1000-8000-00805f9b34fb");
2667         case TRUSTED_PROFILE_MAP:
2668                 return g_strdup("00001134-0000-1000-8000-00805f9b34fb");
2669         case TRUSTED_PROFILE_SAP:
2670                 return g_strdup("0000112D-0000-1000-8000-00805f9b34fb");
2671         case TRUSTED_PROFILE_ALL:
2672                 return NULL;
2673         }
2674
2675         return NULL;
2676 }
2677
2678 char *_bt_get_restricted_profile_uuid(bluetooth_restricted_profile_t profile)
2679 {
2680         switch (profile) {
2681         case RESTRICTED_PROFILE_HFP_HS:
2682                 return g_strdup("0000111e-0000-1000-8000-00805f9b34fb");
2683         case RESTRICTED_PROFILE_A2DP:
2684                 return g_strdup("0000110b-0000-1000-8000-00805f9b34fb");
2685         }
2686
2687         return NULL;
2688 }
2689
2690 bluetooth_trusted_profile_t _bt_get_trusted_profile_enum(const char *uuid)
2691 {
2692         if (g_strcmp0("0000112f-0000-1000-8000-00805f9b34fb", uuid) == 0)
2693                 return TRUSTED_PROFILE_PBAP;
2694         else if (g_strcmp0("00001132-0000-1000-8000-00805f9b34fb", uuid) == 0)
2695                 return TRUSTED_PROFILE_MAP;
2696         else if (g_strcmp0("0000112D-0000-1000-8000-00805f9b34fb", uuid) == 0)
2697                 return TRUSTED_PROFILE_SAP;
2698
2699         return 0; /* 0 - Unknown Profile */
2700 }
2701
2702 int _bt_set_trust_profile(bluetooth_device_address_t *bd_addr,
2703                 bluetooth_trusted_profile_t profile, gboolean trust)
2704 {
2705         int ret = BLUETOOTH_ERROR_NONE;
2706         GDBusConnection *conn;
2707         GDBusProxy *proxy;
2708         GError *error = NULL;
2709         char *device_path = NULL;
2710         char *uuid = NULL;
2711         char address[BT_ADDRESS_STRING_SIZE] = { 0 };
2712         GVariant *reply;
2713
2714         BT_CHECK_PARAMETER(bd_addr, return);
2715         BT_DBG("BD Address [%2.2X %2.2X %2.2X %2.2X %2.2X %2.2X] profile[%d] trust[%d]",
2716                         bd_addr->addr[0], bd_addr->addr[1],
2717                         bd_addr->addr[2], bd_addr->addr[3],
2718                         bd_addr->addr[4], bd_addr->addr[5],
2719                         profile, trust);
2720
2721         conn = _bt_gdbus_get_system_gconn();
2722         retv_if(conn == NULL, BLUETOOTH_ERROR_INTERNAL);
2723
2724         _bt_convert_addr_type_to_string(address, bd_addr->addr);
2725
2726         device_path = _bt_get_device_object_path(address);
2727         retv_if(device_path == NULL, BLUETOOTH_ERROR_INTERNAL);
2728
2729         proxy = g_dbus_proxy_new_sync(conn, G_DBUS_PROXY_FLAGS_NONE,
2730                         NULL, BT_BLUEZ_NAME, device_path,
2731                         BT_DEVICE_INTERFACE, NULL, NULL);
2732
2733         g_free(device_path);
2734         retv_if(proxy == NULL, BLUETOOTH_ERROR_INTERNAL);
2735
2736         uuid = _bt_get_trusted_profile_uuid(profile);
2737         if (uuid == NULL) {
2738                 g_object_unref(proxy);
2739                 return BLUETOOTH_ERROR_NOT_SUPPORT;
2740         }
2741
2742         reply = g_dbus_proxy_call_sync(proxy, "SetTrustedProfile",
2743                         g_variant_new("(sb)", uuid, trust),
2744                         G_DBUS_CALL_FLAGS_NONE, -1,
2745                         NULL, &error);
2746         g_object_unref(proxy);
2747
2748         if (reply == NULL) {
2749                 BT_ERR("Failed to Set Profile Trusted");
2750                 ret = BLUETOOTH_ERROR_INTERNAL;
2751                 if (error) {
2752                         BT_ERR("Error %s[%s]", error->message, address);
2753                         g_error_free(error);
2754                 }
2755                 goto finish;
2756         }
2757         g_variant_unref(reply);
2758
2759 finish:
2760         g_free(uuid);
2761         return ret;
2762 }
2763
2764 int _bt_get_trust_profile(bluetooth_device_address_t *bd_addr,
2765                 bluetooth_trusted_profile_t profile, guint *trust)
2766 {
2767         int ret = BLUETOOTH_ERROR_NONE;
2768         GDBusConnection *conn;
2769         GDBusProxy *proxy;
2770         GError *error = NULL;
2771         char *device_path = NULL;
2772         guint trusted_profile_flag;
2773         char address[BT_ADDRESS_STRING_SIZE] = { 0 };
2774         GVariant *reply;
2775
2776         BT_CHECK_PARAMETER(bd_addr, return);
2777         BT_DBG("BD Address [%2.2X %2.2X %2.2X %2.2X %2.2X %2.2X] profile[%d] trust[%d]",
2778                         bd_addr->addr[0], bd_addr->addr[1],
2779                         bd_addr->addr[2], bd_addr->addr[3],
2780                         bd_addr->addr[4], bd_addr->addr[5],
2781                         profile, *trust);
2782
2783         conn = _bt_gdbus_get_system_gconn();
2784         retv_if(conn == NULL, BLUETOOTH_ERROR_INTERNAL);
2785
2786         _bt_convert_addr_type_to_string(address, bd_addr->addr);
2787
2788         device_path = _bt_get_device_object_path(address);
2789         retv_if(device_path == NULL, BLUETOOTH_ERROR_INTERNAL);
2790
2791         proxy = g_dbus_proxy_new_sync(conn, G_DBUS_PROXY_FLAGS_NONE,
2792                         NULL, BT_BLUEZ_NAME, device_path,
2793                         BT_PROPERTIES_INTERFACE, NULL, NULL);
2794
2795         g_free(device_path);
2796         retv_if(proxy == NULL, BLUETOOTH_ERROR_INTERNAL);
2797
2798         reply = g_dbus_proxy_call_sync(proxy, "Get",
2799                         g_variant_new("(ss)", BT_DEVICE_INTERFACE, "TrustedProfiles"),
2800                         G_DBUS_CALL_FLAGS_NONE, -1,
2801                         NULL, &error);
2802         g_object_unref(proxy);
2803
2804         if (reply == NULL) {
2805                 BT_ERR("Failed to Get Profile Trusted");
2806                 ret = BLUETOOTH_ERROR_INTERNAL;
2807                 if (error) {
2808                         BT_ERR("Error %s[%s]", error->message, address);
2809                         g_error_free(error);
2810                 }
2811                 *trust = 0;
2812         } else {
2813                 GVariant *temp;
2814                 g_variant_get(reply, "(v)", &temp);
2815                 trusted_profile_flag = g_variant_get_uint32(temp);
2816                 BT_DBG("TRUST_FLAG %d", trusted_profile_flag);
2817
2818                 ret = _bt_get_trusted_profile_from_flag(profile,
2819                                 trusted_profile_flag, trust);
2820                 g_variant_unref(temp);
2821                 g_variant_unref(reply);
2822         }
2823
2824         BT_DBG("TRUST %d", *trust);
2825         return ret;
2826 }
2827
2828 int _bt_set_restrict_profile(bluetooth_device_address_t *bd_addr,
2829                 bluetooth_restricted_profile_t profile, gboolean restricted)
2830 {
2831         int ret = BLUETOOTH_ERROR_NONE;
2832         GDBusConnection *conn;
2833         GDBusProxy *proxy;
2834         GError *error = NULL;
2835         char *device_path = NULL;
2836         char *uuid = NULL;
2837         char address[BT_ADDRESS_STRING_SIZE] = { 0 };
2838         GVariant *reply;
2839
2840         BT_CHECK_PARAMETER(bd_addr, return);
2841         BT_DBG("BD Address [%2.2X %2.2X %2.2X %2.2X %2.2X %2.2X] profile[%d] restricted[%d]",
2842                         bd_addr->addr[0], bd_addr->addr[1],
2843                         bd_addr->addr[2], bd_addr->addr[3],
2844                         bd_addr->addr[4], bd_addr->addr[5],
2845                         profile, restricted);
2846
2847         conn = _bt_gdbus_get_system_gconn();
2848         retv_if(conn == NULL, BLUETOOTH_ERROR_INTERNAL);
2849
2850         _bt_convert_addr_type_to_string(address, bd_addr->addr);
2851
2852         device_path = _bt_get_device_object_path(address);
2853         retv_if(device_path == NULL, BLUETOOTH_ERROR_INTERNAL);
2854
2855         proxy = g_dbus_proxy_new_sync(conn, G_DBUS_PROXY_FLAGS_NONE,
2856                         NULL, BT_BLUEZ_NAME, device_path,
2857                         BT_DEVICE_INTERFACE, NULL, NULL);
2858
2859         g_free(device_path);
2860         retv_if(proxy == NULL, BLUETOOTH_ERROR_INTERNAL);
2861
2862         uuid = _bt_get_restricted_profile_uuid(profile);
2863         if (uuid == NULL) {
2864                 g_object_unref(proxy);
2865                 return BLUETOOTH_ERROR_NOT_SUPPORT;
2866         }
2867
2868         reply = g_dbus_proxy_call_sync(proxy, "SetRestrictedProfile",
2869                         g_variant_new("(sb)", uuid, restricted),
2870                         G_DBUS_CALL_FLAGS_NONE, -1,
2871                         NULL, &error);
2872         g_object_unref(proxy);
2873
2874         if (reply == NULL) {
2875                 BT_ERR("Failed to Set Profile Restricted");
2876                 ret = BLUETOOTH_ERROR_INTERNAL;
2877                 if (error) {
2878                         BT_ERR("Error %s[%s]", error->message, address);
2879                         g_error_free(error);
2880                 }
2881                 goto finish;
2882         }
2883         g_variant_unref(reply);
2884
2885 finish:
2886         g_free(uuid);
2887         return ret;
2888 }
2889
2890 int _bt_get_restrict_profile(bluetooth_device_address_t *bd_addr,
2891                 bluetooth_restricted_profile_t profile, guint *restricted)
2892 {
2893         int ret = BLUETOOTH_ERROR_NONE;
2894         GDBusConnection *conn;
2895         GDBusProxy *proxy;
2896         GError *error = NULL;
2897         char *device_path = NULL;
2898         guint restricted_profile_flag;
2899         char address[BT_ADDRESS_STRING_SIZE] = { 0 };
2900         GVariant *reply;
2901
2902         BT_CHECK_PARAMETER(bd_addr, return);
2903         BT_DBG("BD Address [%2.2X %2.2X %2.2X %2.2X %2.2X %2.2X] profile[%d] restricted[%d]",
2904                         bd_addr->addr[0], bd_addr->addr[1],
2905                         bd_addr->addr[2], bd_addr->addr[3],
2906                         bd_addr->addr[4], bd_addr->addr[5],
2907                         profile, *restricted);
2908
2909         conn = _bt_gdbus_get_system_gconn();
2910         retv_if(conn == NULL, BLUETOOTH_ERROR_INTERNAL);
2911
2912         _bt_convert_addr_type_to_string(address, bd_addr->addr);
2913
2914         device_path = _bt_get_device_object_path(address);
2915         retv_if(device_path == NULL, BLUETOOTH_ERROR_INTERNAL);
2916
2917         proxy = g_dbus_proxy_new_sync(conn, G_DBUS_PROXY_FLAGS_NONE,
2918                         NULL, BT_BLUEZ_NAME, device_path,
2919                         BT_PROPERTIES_INTERFACE, NULL, NULL);
2920
2921         g_free(device_path);
2922         retv_if(proxy == NULL, BLUETOOTH_ERROR_INTERNAL);
2923
2924         reply = g_dbus_proxy_call_sync(proxy, "Get",
2925                         g_variant_new("(ss)", BT_DEVICE_INTERFACE, "RestrictedProfiles"),
2926                         G_DBUS_CALL_FLAGS_NONE, -1,
2927                         NULL, &error);
2928         g_object_unref(proxy);
2929
2930         if (reply == NULL) {
2931                 BT_ERR("Failed to Get Profile Restricted");
2932                 ret = BLUETOOTH_ERROR_INTERNAL;
2933                 if (error) {
2934                         BT_ERR("Error %s[%s]", error->message, address);
2935                         g_error_free(error);
2936                 }
2937                 *restricted = 0;
2938         } else {
2939                 GVariant *temp;
2940                 g_variant_get(reply, "(v)", &temp);
2941                 restricted_profile_flag = g_variant_get_uint32(temp);
2942                 BT_DBG("Restricted_FLAG %d", restricted_profile_flag);
2943
2944                 ret = _bt_get_restricted_profile_from_flag(profile,
2945                                 restricted_profile_flag, restricted);
2946                 g_variant_unref(temp);
2947                 g_variant_unref(reply);
2948         }
2949
2950         BT_DBG("TRUST %d", *restricted);
2951         return ret;
2952 }
2953
2954 static void __bt_request_att_mtu_device_cb(GDBusProxy *proxy, GAsyncResult *res,
2955                                         gpointer user_data)
2956 {
2957         GError *err = NULL;
2958         GVariant *out_param1;
2959         request_info_t *req_info;
2960         GVariant *val = NULL;
2961         GVariant *param = NULL;
2962         guint8 status = 0;
2963         guint16 mtu = 0;
2964         bluetooth_device_address_t device_addr = { {0} };
2965         int result = BLUETOOTH_ERROR_NONE;
2966
2967         BT_DBG("+");
2968         val = g_dbus_proxy_call_finish(proxy, res, &err);
2969
2970         req_info = _bt_get_request_info(att_mtu_req_info->req_id);
2971         if (req_info == NULL) {
2972                 BT_ERR("req_info == NULL");
2973                 g_object_unref(proxy);
2974                 att_mtu_req_info->device_proxy = NULL;
2975                 goto done;
2976         }
2977
2978         if (err != NULL) {
2979                 BT_ERR("Error occured in RequestAttMtu [%s]", err->message);
2980
2981                 if (g_strrstr(err->message, "NotSupported")) {
2982                         BT_INFO("Connection Not Supported");
2983                         result = BLUETOOTH_ERROR_NOT_SUPPORT;
2984                 } else if (g_strrstr(err->message, "NotConnected")) {
2985                         BT_INFO("Not connected");
2986                         result = BLUETOOTH_ERROR_NOT_CONNECTED;
2987                 } else if (g_strrstr(err->message, "InvalidArguments")) {
2988                         BT_INFO("Not connected");
2989                         result = BLUETOOTH_ERROR_INVALID_PARAM;
2990                 } else {
2991                         BT_DBG("Default case");
2992                         result = BLUETOOTH_ERROR_INTERNAL;
2993                 }
2994         }
2995
2996         g_object_unref(proxy);
2997         att_mtu_req_info->device_proxy = NULL;
2998
2999         if (result != BLUETOOTH_ERROR_NONE)
3000                 goto dbus_return;
3001
3002         if (val) {
3003                  g_variant_get(val, "(qy)", &mtu, &status);
3004                  g_variant_unref(val);
3005         }
3006
3007         BT_DBG("MTU %d, Status %d, %s", mtu, status, att_mtu_req_info->addr);
3008
3009         param = g_variant_new("(isqy)",
3010                         result,
3011                         att_mtu_req_info->addr,
3012                         mtu,
3013                         status);
3014
3015         /* Send the event to application */
3016         _bt_send_event(BT_DEVICE_EVENT,
3017                 BLUETOOTH_EVENT_GATT_ATT_MTU_CHANGED,
3018                 param);
3019
3020 dbus_return:
3021         if (req_info->context == NULL)
3022                 goto done;
3023
3024         _bt_convert_addr_string_to_type(device_addr.addr,
3025                                         (const char *)att_mtu_req_info->addr);
3026
3027         out_param1 = g_variant_new_from_data((const GVariantType *)"ay",
3028                         &device_addr, sizeof(bluetooth_device_address_t), TRUE, NULL, NULL);
3029         g_dbus_method_invocation_return_value(req_info->context,
3030                         g_variant_new("(iv)", result, out_param1));
3031
3032         _bt_delete_request_list(req_info->req_id);
3033 done:
3034         if (err)
3035                 g_error_free(err);
3036
3037         g_free(att_mtu_req_info->addr);
3038         g_free(att_mtu_req_info);
3039         att_mtu_req_info = NULL;
3040
3041         BT_DBG("-");
3042 }
3043
3044 int _bt_request_att_mtu(int request_id, bluetooth_device_address_t *device_address,
3045                                                                 unsigned int mtu)
3046 {
3047         char address[BT_ADDRESS_STRING_SIZE] = { 0 };
3048         gchar *device_path = NULL;
3049         GDBusProxy *adapter_proxy;
3050         GDBusProxy *device_proxy;
3051         GDBusConnection *conn;
3052         int ret = BLUETOOTH_ERROR_NONE;
3053
3054         BT_CHECK_PARAMETER(device_address, return);
3055
3056         if (att_mtu_req_info) {
3057                 BT_ERR("ATT MTU request in progress");
3058                 return BLUETOOTH_ERROR_DEVICE_BUSY;
3059         }
3060
3061         conn = _bt_gdbus_get_system_gconn();
3062         retv_if(conn == NULL, BLUETOOTH_ERROR_INTERNAL);
3063
3064         adapter_proxy = _bt_get_adapter_proxy();
3065         retv_if(adapter_proxy == NULL, BLUETOOTH_ERROR_INTERNAL);
3066
3067         _bt_convert_addr_type_to_string(address, device_address->addr);
3068
3069         BT_DBG("Remote device address: %s", address);
3070
3071         device_path = _bt_get_device_object_path(address);
3072
3073         retv_if(device_path == NULL, BLUETOOTH_ERROR_INTERNAL);
3074
3075         device_proxy = g_dbus_proxy_new_sync(conn, G_DBUS_PROXY_FLAGS_NONE,
3076                                                                 NULL, BT_BLUEZ_NAME,
3077                                                                 device_path, BT_DEVICE_INTERFACE,  NULL, NULL);
3078         g_free(device_path);
3079         retv_if(device_proxy == NULL, BLUETOOTH_ERROR_INTERNAL);
3080
3081         att_mtu_req_info = g_malloc0(sizeof(bt_funcion_data_t));
3082         att_mtu_req_info->addr = (char *)g_strdup(address);
3083         att_mtu_req_info->req_id = request_id;
3084         att_mtu_req_info->device_proxy = device_proxy;
3085
3086         g_dbus_proxy_call(device_proxy, "RequestAttMtu",
3087                                 g_variant_new("(q)", mtu),
3088                                 G_DBUS_CALL_FLAGS_NONE,
3089                                 BT_MAX_DBUS_TIMEOUT,
3090                                 NULL,
3091                                 (GAsyncReadyCallback)__bt_request_att_mtu_device_cb,
3092                                 NULL);
3093
3094         return ret;
3095 }
3096
3097 int _bt_get_att_mtu(bluetooth_device_address_t *device_address,
3098                         unsigned int *mtu)
3099 {
3100         char address[BT_ADDRESS_STRING_SIZE] = { 0 };
3101         char *object_path = NULL;
3102
3103         GDBusProxy *device_proxy;
3104         GError *error = NULL;
3105         GVariant *value;
3106         GVariant *tmp_value;
3107         GDBusConnection *conn;
3108         GVariant *result = NULL;
3109         int ret = BLUETOOTH_ERROR_NONE;
3110
3111         BT_CHECK_PARAMETER(device_address, return);
3112
3113         conn = _bt_gdbus_get_system_gconn();
3114         retv_if(conn == NULL, BLUETOOTH_ERROR_INTERNAL);
3115
3116         _bt_convert_addr_type_to_string(address, device_address->addr);
3117
3118         object_path = _bt_get_device_object_path(address);
3119         retv_if(object_path == NULL, BLUETOOTH_ERROR_NOT_PAIRED);
3120
3121         device_proxy = g_dbus_proxy_new_sync(conn, G_DBUS_PROXY_FLAGS_NONE,
3122                         NULL, BT_BLUEZ_NAME, object_path,
3123                         BT_PROPERTIES_INTERFACE,  NULL, NULL);
3124         g_free(object_path);
3125         retv_if(device_proxy == NULL, BLUETOOTH_ERROR_INTERNAL);
3126
3127         result = g_dbus_proxy_call_sync(device_proxy, "GetAll",
3128                         g_variant_new("(s)", BT_DEVICE_INTERFACE),
3129                         G_DBUS_CALL_FLAGS_NONE,
3130                         -1,
3131                         NULL,
3132                         &error);
3133         if (result == NULL) {
3134                 if (error != NULL) {
3135                         BT_ERR("Error occured in Proxy call [%s]\n", error->message);
3136                         g_error_free(error);
3137                 }
3138                 g_object_unref(device_proxy);
3139                 return BLUETOOTH_ERROR_INTERNAL;
3140         }
3141
3142         g_variant_get(result , "(@a{sv})", &value);
3143         g_variant_unref(result);
3144
3145         tmp_value = g_variant_lookup_value(value, "AttMtu", G_VARIANT_TYPE_UINT16);
3146         if (tmp_value == NULL) {
3147                 g_object_unref(device_proxy);
3148                 g_variant_unref(value);
3149                 return BLUETOOTH_ERROR_INTERNAL;
3150         }
3151
3152         *mtu = g_variant_get_uint16(tmp_value);
3153
3154         BT_DBG("ATT MTU : %d", *mtu);
3155
3156         g_variant_unref(tmp_value);
3157         g_variant_unref(value);
3158         g_object_unref(device_proxy);
3159
3160         return ret;
3161 }
3162
3163 int _bt_get_device_ida(bluetooth_device_address_t *device_address,
3164                         bluetooth_device_address_t *id_address)
3165 {
3166         char address[BT_ADDRESS_STRING_SIZE] = { 0 };
3167         gchar *device_path = NULL;
3168         const gchar *idaddress = NULL;
3169         GDBusProxy *device_proxy;
3170         GError *error = NULL;
3171         GVariant *result = NULL;
3172         GDBusConnection *conn;
3173         int ret = BLUETOOTH_ERROR_NONE;
3174
3175         BT_CHECK_PARAMETER(device_address, return);
3176
3177         conn = _bt_gdbus_get_system_gconn();
3178         retv_if(conn == NULL, BLUETOOTH_ERROR_INTERNAL);
3179
3180         _bt_convert_addr_type_to_string(address, device_address->addr);
3181
3182         device_path = _bt_get_device_object_path(address);
3183         retv_if(device_path == NULL, BLUETOOTH_ERROR_NOT_PAIRED);
3184
3185         device_proxy = g_dbus_proxy_new_sync(conn, G_DBUS_PROXY_FLAGS_NONE,
3186                                                                 NULL, BT_BLUEZ_NAME,
3187                                                                 device_path, BT_DEVICE_INTERFACE,  NULL, NULL);
3188         g_free(device_path);
3189         if (!device_proxy) {
3190                 BT_ERR("Unable to get proxy");
3191                 return BLUETOOTH_ERROR_INTERNAL;
3192         }
3193
3194         result = g_dbus_proxy_call_sync(device_proxy, "GetIDAddress",
3195                                  NULL,
3196                                  G_DBUS_CALL_FLAGS_NONE,
3197                                  -1,
3198                                  NULL,
3199                                  &error);
3200
3201         if (result == NULL) {
3202                 BT_ERR("Failed to get device ID address");
3203                 if (error != NULL) {
3204                         BT_ERR("Error occured in Proxy call [%s]\n", error->message);
3205                         g_error_free(error);
3206                 }
3207                 g_object_unref(device_proxy);
3208                 return BLUETOOTH_ERROR_INTERNAL;
3209         }
3210
3211         g_variant_get(result , "(s)", &idaddress);
3212         g_variant_unref(result);
3213
3214         if (idaddress == NULL) {
3215                 BT_ERR("No paired device");
3216                 g_object_unref(device_proxy);
3217                 return BLUETOOTH_ERROR_NOT_PAIRED;
3218         }
3219
3220         BT_DBG("ID Address:%s", idaddress);
3221
3222         if (idaddress)
3223                 _bt_convert_addr_string_to_type(id_address->addr, idaddress);
3224         else
3225                 ret = BLUETOOTH_ERROR_INTERNAL;
3226
3227         g_object_unref(device_proxy);
3228
3229         return ret;
3230 }
3231
3232 int _bt_passkey_reply(const char *passkey, gboolean authentication_reply)
3233 {
3234         GapAgentPrivate *agent = _bt_get_adapter_agent();
3235         retv_if(!agent, BLUETOOTH_ERROR_INTERNAL);
3236
3237         if (authentication_reply)
3238                 gap_agent_reply_pin_code(agent, GAP_AGENT_ACCEPT, passkey, NULL);
3239         else
3240                 gap_agent_reply_pin_code(agent, GAP_AGENT_REJECT, passkey, NULL);
3241
3242         BT_DBG("BT_PASSKEY_REPLY");
3243         return BLUETOOTH_ERROR_NONE;
3244 }
3245
3246 int _bt_passkey_confirmation_reply(gboolean confirmation_reply)
3247 {
3248         GapAgentPrivate *agent = _bt_get_adapter_agent();
3249         retv_if(!agent, BLUETOOTH_ERROR_INTERNAL);
3250
3251         if (confirmation_reply)
3252                 gap_agent_reply_confirmation(agent, GAP_AGENT_ACCEPT, NULL);
3253         else
3254                 gap_agent_reply_confirmation(agent, GAP_AGENT_REJECT, NULL);
3255
3256         BT_DBG("BT_PASSKEY_CONFIRMATION_REPLY");
3257         return BLUETOOTH_ERROR_NONE;
3258 }