diff options
Diffstat (limited to 'sampleclient')
| -rwxr-xr-x | sampleclient/ConnectionController.m | 4 |
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]; } |
