Disconnect RFCOMM & return false in case g_io_channel returns G_IO_STATUS_EOF 17/224917/2
authorDeokhyun Kim <dukan.kim@samsung.com>
Fri, 14 Feb 2020 05:51:53 +0000 (14:51 +0900)
committerWootak Jung <wootak.jung@samsung.com>
Tue, 18 Feb 2020 04:05:43 +0000 (13:05 +0900)
commit72e865345c700650889ceb35c391e2222c46e082
tree14af26883ce5b2f239eb8395e4abec4b84d83a83
parent64e3895ea7621f1cc79a3caaa2aff42ef457f9fb
Disconnect RFCOMM & return false in case g_io_channel returns G_IO_STATUS_EOF

// Repeats infinitely
02-14 11:48:12.591+0900 E/BLUETOOTH_FRWK_API(P 4373, T 4373): bt-rfcomm-client.c: __client_data_received_cb(353) > IO Channel read is failed with 2
02-14 11:48:13.667+0900 E/BLUETOOTH_FRWK_API(P 4373, T 4373): bt-rfcomm-client.c: __client_data_received_cb(353) > IO Channel read is failed with 2
...........
02-14 11:48:24.251+0900 E/BLUETOOTH_FRWK_API(P 4373, T 4373): bt-rfcomm-client.c: __client_data_received_cb(353) > IO Channel read is failed with 2
02-14 11:48:24.251+0900 E/BLUETOOTH_FRWK_API(P 4373, T 4373): bt-rfcomm-client.c: __client_data_received_cb(353) > IO Channel read is failed with 2

Change-Id: Ifb630b340a8eabbe4781239b580e9242c99bf899
Signed-off-by: Deokhyun Kim <dukan.kim@samsung.com>
bt-api/bt-rfcomm-client.c