Fix the issue that can not send device event 23/238523/1 submit/tizen/20200715.062123
authorDoHyun Pyun <dh79.pyun@samsung.com>
Wed, 15 Jul 2020 00:03:55 +0000 (09:03 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Wed, 15 Jul 2020 00:03:55 +0000 (09:03 +0900)
commitb8332fffa713f8043d21379ab4df4d34dad6f6ff
treefc4979561a52048aa8c1cf2ba2808d72033fecdc
parent05bfa67485e5fa864d4b3c583719e20ed93c7f4c
Fix the issue that can not send device event

If we don't call bt_enable_adapter explictly, the device event
callback is not registered such as the recovery situation.
To fix this issue, calls the register function in adapter
enabled callback.

Change-Id: Id110c1fa249e1f9d4f6b1fc8b90e82266a53c686
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
bt-service/services/adapter/bt-service-core-adapter.c