Index: base/mac/sdk_forward_declarations.h |
diff --git a/base/mac/sdk_forward_declarations.h b/base/mac/sdk_forward_declarations.h |
index 3a0878daef6a85a62c73e26578fbba118a4d9e7b..1a27b5d038e1218837facff4f81a0e42f68d46d1 100644 |
--- a/base/mac/sdk_forward_declarations.h |
+++ b/base/mac/sdk_forward_declarations.h |
@@ -160,6 +160,10 @@ enum CWChannelBand { |
- (BluetoothHCIPowerState)powerState; |
@end |
+enum { |
+ kBluetoothFeatureLESupportedController = (1 << 6L), |
+}; |
+ |
@protocol IOBluetoothDeviceInquiryDelegate |
- (void)deviceInquiryStarted:(IOBluetoothDeviceInquiry*)sender; |
- (void)deviceInquiryDeviceFound:(IOBluetoothDeviceInquiry*)sender |