diff options
| author | Tim Redfern <tim@Adaptics.local> | 2013-09-18 18:00:46 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@Adaptics.local> | 2013-09-18 18:00:46 +0100 |
| commit | cb75fd2a2f258a1a4e9f307840842f582838250b (patch) | |
| tree | 523d8e2aad844b7826b80c69cad4ad088a448478 /sampleclient | |
| parent | 31b03c8a1234b966ec56f5da316d93a9259c5d71 (diff) | |
populating implementation
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]; } |
