This patch modifies the fast connectable function
to just set the type.
Change-Id: I9dfe64e09bcc1bc5152477ab8c7d0b6c386003b3
Signed-off-by: Sudha Bheemanna <b.sudha@samsung.com>
Signed-off-by: Amit Purwar <amit.purwar@samsung.com>
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
memset(&cp, 0, sizeof(cp));
+#ifdef TIZEN_BT
+ if (enable)
+ type = PAGE_SCAN_TYPE_INTERLACED;
+ else
+ type = PAGE_SCAN_TYPE_STANDARD; /* default */
+#else
if (enable) {
type = PAGE_SCAN_TYPE_INTERLACED;
if (err)
return err;
}
+#endif
if (hdev->page_scan_type != type)
err = __hci_cmd_sync_status(hdev,