-
Notifications
You must be signed in to change notification settings - Fork 549
CoreBluetooth tvOS xcode16.3 b2
Rolf Bjarne Kvinge edited this page Mar 6, 2025
·
2 revisions
#CoreBluetooth.framework
diff -ruN /Applications/Xcode_16.3.0-beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/CoreBluetooth.framework/Headers/CBError.h /Applications/Xcode_16.3.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/CoreBluetooth.framework/Headers/CBError.h
--- /Applications/Xcode_16.3.0-beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/CoreBluetooth.framework/Headers/CBError.h 2025-02-07 18:34:07
+++ /Applications/Xcode_16.3.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/CoreBluetooth.framework/Headers/CBError.h 2025-02-22 09:03:24
@@ -67,9 +67,7 @@
CBATTErrorUnlikelyError = 0x0E,
CBATTErrorInsufficientEncryption = 0x0F,
CBATTErrorUnsupportedGroupType = 0x10,
- CBATTErrorInsufficientResources = 0x11,
- CBATTErrorDatabaseOutOfSync = 0x12,
- CBATTErrorValueNotAllowed = 0x13
+ CBATTErrorInsufficientResources = 0x11
};
NS_ASSUME_NONNULL_END