From cb75fd2a2f258a1a4e9f307840842f582838250b Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Wed, 18 Sep 2013 18:00:46 +0100 Subject: populating implementation --- sampleclient/ConnectionController.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sampleclient') 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]; } -- cgit v1.2.3