cordova-plugin-ble-peripheral icon indicating copy to clipboard operation
cordova-plugin-ble-peripheral copied to clipboard

Apache Cordova plugin for implementing BLE (Bluetooth Low Energy) peripherals.

Results 13 cordova-plugin-ble-peripheral issues
Sort by recently updated
recently updated
newest added

Has anyone gotten this working with Android 12. I am getting a permission error for BLUETOOTH_ADVERTISE. I put it in the AndroidManifest. and have tried enabling with cordova.plugins.diagnostic.requestBluetoothAuthorization. This is...

Hello, I've read the documentation and add the cordova-plugin-ble-peripheral to make the phone act as a LE Peripheral but when I'm going to use the plugin in my typescript class,...

Cannot stop advertising, there is no method (function) stopAdvertising. ` 2019-04-05 16:30:31.783177+0600 BuyQaw[908:171290] exception nativeEvalAndFetch : TypeError: blePeripheral.stopAdvertising is not a function. (In 'blePeripheral.stopAdvertising(SERVICE_UUID, 'BuyQaw')', 'blePeripheral.stopAdvertising' is undefined) `

Hello Don, I have tried compiling both the Flashlight and UART example code but have run into compilation issues. I am a newbie to this platform and so apologies if...

Thanks for this great plugin! This PR will allow android users to change the BLE name and align with iOS functionality,

Add instructions for NSBluetoothAlwaysUsageDescription

Hi, I'm trying the sample code and blePeripheral.startAdvertising(SERVICE_UUID, 'UART') line gives error on Android. On iOS everything is working without any error. I've installed "Adafruit Bluefruit LE Connect" app. When...

Hello! Does anyone have a workaround to Android 8 devices? I try to create a service like the given example, on Android 7 devices work great, on Android 8 devices...

I can write a new value to a characteristic on the peripheral. But how can I "catch" this new data on the peripheral itself? I thought the "didReceiveWriteRequest" function will...

I'm unable to get the example ble central code working with the example ble peripheral code. I'm able to successfully scan and connect to the peripheral from the central device...