From: Mitchell Wills Date: Wed, 10 Feb 2016 21:34:27 +0000 (-0800) Subject: Remove REPORT_EVENT_CONTEXT_HUB gscan option X-Git-Tag: android-x86-7.1-r1~11^2~4^2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=45cd7dd198c8c8cf2c328e4d38dff4b4d0483382;p=android-x86%2Fhardware-libhardware_legacy.git Remove REPORT_EVENT_CONTEXT_HUB gscan option Since all scan results will now be reported to the context hub this flag is no longer needed. Change-Id: I4ea3e88cc891be87660c12b7797819ea861cda26 --- diff --git a/include/hardware_legacy/gscan.h b/include/hardware_legacy/gscan.h index b89ca51..d72fccb 100644 --- a/include/hardware_legacy/gscan.h +++ b/include/hardware_legacy/gscan.h @@ -120,7 +120,6 @@ typedef struct { #define REPORT_EVENTS_EACH_SCAN (1 << 0) #define REPORT_EVENTS_FULL_RESULTS (1 << 1) #define REPORT_EVENTS_NO_BATCH (1 << 2) -#define REPORT_EVENTS_CONTEXT_HUB (1 << 3) typedef struct { int bucket; // bucket index, 0 based @@ -141,8 +140,6 @@ typedef struct { * events regardless of REPORT_EVENTS_EACH_SCAN. * REPORT_EVENTS_NO_BATCH => controls if scans for this bucket should be placed in the * history buffer - * REPORT_EVENTS_CONTEXT_HUB => forward full scan results in real time and completion events - * to context hub */ byte report_events; int max_period; // if max_period is non zero or different than period, then this bucket is