Tizen: Unify bluetooth tethering enable logic
authorZhang zhengguang <zhengguang.zhang@intel.com>
Tue, 25 Mar 2014 06:16:52 +0000 (14:16 +0800)
committerZhang zhengguang <zhengguang.zhang@intel.com>
Fri, 31 Oct 2014 08:06:20 +0000 (16:06 +0800)
commitee0652fae6fc8615408e0937f3f61ebd28f9c42c
tree6fb8f82eec00559c9482a969536b56585c4d7d61
parent1eb2741818fb2d2ec09ab055c8e4d1df1f2fb481
Tizen: Unify bluetooth tethering enable logic

In bluez 4.x plugin, when bluetooth tethering is enabled,
set_tethering() returns 0, while in bluez 5.x plugin,
it returns -EINPROGRESS, which is not compatiable for
ConnMan to handle both of them, this patch makes bluez
5.x tethering enable logic consistent with bluez 4.x.

Change-Id: I618efd32b5f123fe9bdb58d10adb29c67a87796f
plugins/bluetooth.c