Requires=bluetooth-stack-up.servie will be added in
bluez-start.service because there is a timing issue
between stack-up.service and bluez-start.service
although executing stack-up.service logic is located
before bluez-start.service.
Change-Id: I1243d5e63be86b353b15e292e8341f20008409e4
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
return -1;
}
- ret = __bt_call_systemact_service(BT_SYSTEMACT_STACK_UP);
- if (ret < 0) {
- BT_ERR("Failed to call systemact service");
- return -1;
- }
-
/* activate Bluez */
ret = __bt_call_systemact_service(BT_SYSTEMACT_BLUEZ_START);
if (ret < 0) {