don / cordova-plugin-ble-peripheral

Apache Cordova plugin for implementing BLE (Bluetooth Low Energy) peripherals.
Other
31 stars 31 forks source link

Support for cordova android 6.4.0. #12

Closed stargurl16 closed 5 years ago

stargurl16 commented 5 years ago

when building on cordova android version 6.4.0 I got an error:

/Users/user/android/project/platforms/android/src/com/megster/cordova/ble/peripheral/BLEPeripheralPlugin.java:152: error: cannot find symbol gattServer = bluetoothManager.openGattServer(cordova.getContext(), gattServerCallback); ^ symbol: method getContext() location: variable cordova of type CordovaInterface

any idea of how to fix this?