Change-Id: I267a427ce88d93576a78f2f0144080bc16ec2207
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
return -1;
}
- /* We need to insert BT driver module by using 'insmod' in case of ARTIK530,
- * and 'insmod' should be executed by systemd not bt-core. */
- ret = __bt_call_systemact_service(BT_SYSTEMACT_BT_DRIVER_INSMOD);
- if (ret < 0) {
- BT_ERR("Failed to call systemact service");
- return -1;
- } else {
- /* Insmod should run before bt-stack-up.sh command */
- usleep(1000 * 200); /* 200ms */
- }
-
ret = __execute_command("/usr/etc/bluetooth/bt-stack-up.sh", NULL);
if (ret < 0) {
BT_ERR("Failed to run script");
#define BT_SYSTEMACT_BLUETOOTH_SHARE_START "/run/.bluetooth_share_start"
#define BT_SYSTEMACT_RFKILL_UNBLOCK "/run/.rfkill_unblock"
#define BT_SYSTEMACT_RFKILL_BLOCK "/run/.rfkill_block"
-#define BT_SYSTEMACT_BT_DRIVER_INSMOD "/run/.bt_driver_insmod"
#define BT_CORE_TYPE (bt_core_get_type())