summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDoHyun Pyun <dh79.pyun@samsung.com>2018-10-01 09:19:53 +0900
committerDoHyun Pyun <dh79.pyun@samsung.com>2018-10-01 09:19:53 +0900
commita0ff271b2bba752a309db10051c52ed1f730fa13 (patch)
treee22bf2899ed78e9eed089591d3d44df4954ba7c3 /src
parent60e1072f68d8ac806e27ae1fdcb87793e5b6c9b9 (diff)
downloadbluetooth-a0ff271b2bba752a309db10051c52ed1f730fa13.tar.gz
bluetooth-a0ff271b2bba752a309db10051c52ed1f730fa13.tar.bz2
bluetooth-a0ff271b2bba752a309db10051c52ed1f730fa13.zip
Change-Id: I9203f4cc7e5ce9e32bb0f8ccbe0191c36a2fc7e3 Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
Diffstat (limited to 'src')
-rw-r--r--src/bluetooth-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bluetooth-common.c b/src/bluetooth-common.c
index afdcadd..3e1b139 100644
--- a/src/bluetooth-common.c
+++ b/src/bluetooth-common.c
@@ -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 },