Fix the wrong matched error for "In progress" 90/190290/1 accepted/tizen/5.0/unified/20181102.014528 accepted/tizen/unified/20181002.093341 submit/tizen/20180930.234221 submit/tizen/20181001.232440 submit/tizen_5.0/20181101.000002
authorDoHyun Pyun <dh79.pyun@samsung.com>
Mon, 1 Oct 2018 00:19:53 +0000 (09:19 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Mon, 1 Oct 2018 00:19:53 +0000 (09:19 +0900)
Change-Id: I9203f4cc7e5ce9e32bb0f8ccbe0191c36a2fc7e3
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
src/bluetooth-common.c

index afdcadd..3e1b139 100644 (file)
@@ -91,7 +91,7 @@ static bt_err2pub_table_t err2pub[] = {
        { BLUETOOTH_ERROR_ALREADY_CONNECT, BT_ERROR_ALREADY_DONE },
        { BLUETOOTH_ERROR_NOT_PAIRED, BT_ERROR_REMOTE_DEVICE_NOT_BONDED },
        { BLUETOOTH_ERROR_NOT_IN_OPERATION, BT_ERROR_NOT_IN_PROGRESS },
-       { BLUETOOTH_ERROR_IN_PROGRESS, BT_ERROR_NOT_IN_PROGRESS },
+       { BLUETOOTH_ERROR_IN_PROGRESS, BT_ERROR_NOW_IN_PROGRESS },
        { BLUETOOTH_ERROR_DEVICE_BUSY, BT_ERROR_RESOURCE_BUSY },
        { BLUETOOTH_ERROR_CANCEL, BT_ERROR_CANCELLED },
        { BLUETOOTH_ERROR_CANCEL_BY_USER, BT_ERROR_CANCELLED },