I'm having trouble identifying what a peripheral is which would normally lead me to be able to NSLog() it properly.
- (void)centralManager:(CBCentralManager *)central didRetrievePeripherals:(NSArray *)peripherals {
NSLog(@"discovered peripherals: %@", howToListPeriphalsForDebugging);
}
Thanks