Skip to content

CoreBluetooth iOS xcode16.3 b1

Rolf Bjarne Kvinge edited this page Feb 24, 2025 · 1 revision

#CoreBluetooth.framework

diff -ruN /Applications/Xcode_16.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreBluetooth.framework/Headers/CBError.h /Applications/Xcode_16.3.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreBluetooth.framework/Headers/CBError.h
--- /Applications/Xcode_16.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreBluetooth.framework/Headers/CBError.h	2024-11-15 07:51:20
+++ /Applications/Xcode_16.3.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreBluetooth.framework/Headers/CBError.h	2025-02-08 04:38:10
@@ -67,7 +67,9 @@
 	CBATTErrorUnlikelyError							= 0x0E,
 	CBATTErrorInsufficientEncryption				= 0x0F,
 	CBATTErrorUnsupportedGroupType					= 0x10,
-	CBATTErrorInsufficientResources					= 0x11
+	CBATTErrorInsufficientResources					= 0x11,
+    CBATTErrorDatabaseOutOfSync                     = 0x12,
+    CBATTErrorValueNotAllowed                       = 0x13
 };
 
 NS_ASSUME_NONNULL_END
Clone this wiki locally