X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=bt-api%2Fbt-event-handler.c;h=ef23dadc9e8608ed278bc2ed1bd6121b9bf064f1;hb=e8132a5b1e7fc5a1e8feab203393d3f772fbebd2;hp=f018faad11823d97e8e9c686884da15d70974167;hpb=010f283e5b6489cbc66c875e2521a5643422ff5e;p=platform%2Fcore%2Fconnectivity%2Fbluetooth-frwk.git diff --git a/bt-api/bt-event-handler.c b/bt-api/bt-event-handler.c index f018faa..ef23dad 100644 --- a/bt-api/bt-event-handler.c +++ b/bt-api/bt-event-handler.c @@ -3841,9 +3841,13 @@ static void __bt_gatt_server_event_filter(GDBusConnection *connection, event_info->cb, event_info->user_data); } else if (strcasecmp(signal_name, BT_GATT_SERVER_ACQUIRE_WRITE) == 0) { - bluetooth_gatt_server_send_acquire_response(parameters); + bluetooth_gatt_server_send_acquire_write_response(parameters); - } else if (strcasecmp(signal_name, BT_GATT_SERVER_NOTIFICATION_COMPLETED) == 0) { + } else if (strcasecmp(signal_name, BT_GATT_SERVER_ACQUIRE_NOTIFICATION) == 0) { + + bluetooth_gatt_server_send_acquire_notify_response(parameters); + + } else if (strcasecmp(signal_name, BT_GATT_SERVER_NOTIFICATION_COMPLETED) == 0) { const char *address = NULL; bluetooth_device_address_t dev_address = { {0} }; bluetooth_gatt_server_indicate_confirmed_info_t info;