Skip to content

Commit ac1d1f8

Browse files
Release 2.1.0
1 parent fa6dc34 commit ac1d1f8

File tree

266 files changed

+12404
-3442
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

266 files changed

+12404
-3442
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ The develop view contains functionalities focused on helping developers create a
3737
- Over-the-air (OTA) device firmware upgrade (DFU) with both reliable and speed modes
3838
- Configurable MTU and connection interval
3939
- Support for all GATT operations
40-
40+
- **Bluetooth Advertiser**: Allows you to create multiple advertisement sets and enable them in parallel
41+
- Ability to manually start/stop advertisement, or stop based on time limit
42+
- Support for multiple AD types
4143

4244

4345
## Additional information

SiliconLabsApp-Bridging-Header.h

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,15 @@
2222
#import "SILBluetoothBrowser+Constants.h"
2323
#import "SILAdvertisementDataModel.h"
2424
#import "SILBluetoothModelManager.h"
25+
#import "UIView+SILShadow.h"
26+
#import "SILCharacteristicEditEnabler.h"
27+
#import "SILValueFieldRowModel.h"
28+
#import "SILEnumerationFieldRowModel.h"
29+
#import "SILBluetoothEnumerationModel.h"
30+
#import "SILDebugCharacteristicEncodingFieldEntryCell.h"
31+
#import "SILCharacteristicFieldValueResolver.h"
32+
#import "SILBitFieldFieldModel.h"
33+
#import "SILBitRowModel.h"
34+
#import "SILBluetoothBitModel.h"
35+
#import "SILBluetoothXMLParser.h"
36+
#import "UIView+SILShadow.h"

SiliconLabsApp.xcodeproj/project.pbxproj

Lines changed: 706 additions & 128 deletions
Large diffs are not rendered by default.

SiliconLabsApp/Base.lproj/Debug/Popover/SILDebugCharacteristicEncodingViewController.xib

Lines changed: 0 additions & 208 deletions
This file was deleted.

SiliconLabsApp/Base.lproj/Debug/Popover/SILDebugCharacteristicEnumerationListViewController.xib

Lines changed: 0 additions & 134 deletions
This file was deleted.

SiliconLabsApp/Base.lproj/Debug/Popover/SILDebugEnumerationValueTableViewCell.xib

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)