diff --git a/plugin.xml b/plugin.xml index 19558bbf..8a79c688 100644 --- a/plugin.xml +++ b/plugin.xml @@ -30,11 +30,23 @@ target-dir="src/com/megster/cordova"/> - - - + + + + + + + - @@ -44,6 +56,16 @@ + + + This app uses Bluetooth to connect to the thermal printer. + + + + This app uses Bluetooth to connect to the thermal printer. + diff --git a/src/ios/BLE.m b/src/ios/BLE.m index afbb84b9..402b39e9 100644 --- a/src/ios/BLE.m +++ b/src/ios/BLE.m @@ -220,7 +220,7 @@ - (int) findBLEPeripherals:(int) timeout hc02AdvUUID = [CBUUID UUIDWithString:@HC02_ADV_UUID]; NSArray *services = @[redBearLabsServiceUUID, adafruitServiceUUID, lairdServiceUUID, blueGigaServiceUUID, hm10ServiceUUID, hc02AdvUUID]; - [self.CM scanForPeripheralsWithServices:services options: nil]; + [self.CM scanForPeripheralsWithServices:nil options: nil]; #else [self.CM scanForPeripheralsWithServices:nil options:nil]; // Start scanning #endif