// // BLECommandContext // Holds peripherial, service and characteristic // #import #import @interface BLECommandContext : NSObject @property CBPeripheral *peripheral; @property CBService *service; @property CBCharacteristic *characteristic; @end