Skip to content
This repository was archived by the owner on Jan 15, 2021. It is now read-only.

Commit fe9d30f

Browse files
committed
Comment disabling of BLE discovery
1 parent 55ad955 commit fe9d30f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/ios/THEAppContext.m

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,12 @@ - (BOOL)startBroadcasting:(NSString *)peerIdentifier serverPort:(NSNumber *)serv
123123
// Somewhere to put our peers
124124
_peers = [[NSMutableDictionary alloc] init];
125125

126+
/*
127+
Temporarily disable the BLE stack since it's not required for
128+
our immediate releases so let's just keep things as simple as they
129+
can possibly be - tobe
130+
*/
131+
126132
// Initialise the BLE stack..
127133
//NSUUID * btServiceType = [[NSUUID alloc] initWithUUIDString:BLE_SERVICE_TYPE];
128134

0 commit comments

Comments
 (0)