[TDS] Modify ReadValue and WriteValue API's
[platform/core/connectivity/bluetooth-frwk.git] / bt-api / bt-request-sender.c
index 2a00c51..258182e 100644 (file)
@@ -243,7 +243,7 @@ static void __bt_get_event_info(int service_function, GArray *output,
                break;
        case BT_TDS_ACTIVATE_CONTROL_POINT:
                *event_type = BT_TDS_EVENT;
-               *event = BLUETOOTH_EVENT_TDS_ACTIVATION_INDICATION;
+               *event = BLUETOOTH_EVENT_TDS_ACTIVATION_RESULT;
                ret_if(output == NULL);
                *param_data = &g_array_index(output,
                        bluetooth_device_address_t, 0);