summaryrefslogtreecommitdiff
path: root/sampleclient/ConnectionController.m
diff options
context:
space:
mode:
Diffstat (limited to 'sampleclient/ConnectionController.m')
-rwxr-xr-xsampleclient/ConnectionController.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/sampleclient/ConnectionController.m b/sampleclient/ConnectionController.m
index 170b0a0..b56f898 100755
--- a/sampleclient/ConnectionController.m
+++ b/sampleclient/ConnectionController.m
@@ -50,11 +50,11 @@
- (void)centralManager:(CBCentralManager *)central didConnectPeripheral:(CBPeripheral *)peripheral {
//call the open function to prepare the brsp service
- //[self.brspObject open];
+ [self.waydioObject open];
}
- (void)centralManager:(CBCentralManager *)central didDisconnectPeripheral:(CBPeripheral *)peripheral error:(NSError *)error {
- //[self.brspObject close];
+ [self.waydioObject close];
[self.navigationController popViewControllerAnimated:YES];
}