GVariant *ret;
bt_adapter_le_scanner_t *scanner = __bt_find_scanner_from_list(sender);
- /* Before finishing kernel merge, temperary return TRUE always for TCT issue */
-#ifdef USB_BLUETOOTH
- return BLUETOOTH_ERROR_NONE;
-#endif
-
if (scanner == NULL) {
scanner = g_malloc0(sizeof(bt_adapter_le_scanner_t));
retv_if(scanner == NULL, BLUETOOTH_ERROR_INTERNAL);
gboolean next_scanning = FALSE;
gboolean need_scan_filter = TRUE;
-/* Before finishing kernel merge, temperary return TRUE always for TCT issue */
-#ifdef USB_BLUETOOTH
- return BLUETOOTH_ERROR_NONE;
-#endif
-
if (scanner == NULL || scanner->is_scanning == FALSE)
return BLUETOOTH_ERROR_NOT_IN_OPERATION;