react-native-ble-advertiser icon indicating copy to clipboard operation
react-native-ble-advertiser copied to clipboard

Bluetooth Advertiser/Scanner for React Native.

Results 18 react-native-ble-advertiser issues
Sort by recently updated
recently updated
newest added

Whenever I use BLEAdvertiser on IOS is returns null values. I am a n00b so I am would be very happy to hear I missed a permissions setting or something...

I mean, should I start a new RN project using Expo or using RN CLI? As far as I know, Expo has some limitations of accessing device modules like Camera,...

I am stuck with the following issue. Can't even run a sample setup. Platform - IOS xCode Version - 12.3 Device - iPad ![Screenshot 2021-01-13 at 5 43 44 PM](https://user-images.githubusercontent.com/63572942/104451323-61a52d80-55c7-11eb-8707-cc43763fbb93.png)

Updated the example in the project so that it works again, apparently it was broken. Setting up the project can be done using `npm pack && cd example && yarn`...

Hello, sorry for mass mentioning (tags), I really want to have an example code of this BLE advertiser package. I just could not setup it myself, I tried millions of...

Hi, I am trying to set up the basic example described in the [Advertiser](https://github.com/vitorpamplona/react-native-ble-advertiser#advertiser) section of the README. But I get this: ![image](https://user-images.githubusercontent.com/48890798/177472551-94c5aa9a-94dc-48b0-8e14-8698a7c92db8.png) This seems to be the same as...

i try to build the app on android with this library and got this error * What went wrong: Execution failed for task ':react-native-ble-advertiser:verifyReleaseResources'. > A failure occurred while executing...

The company code is limited to the registered companies for the manufacturer-specific advertisements: https://btprodspecificationrefs.blob.core.windows.net/assigned-numbers/Assigned%20Number%20Types/Assigned%20Numbers.pdf. There is no company code for small-scale applications, which means technically, one cannot use manufacturer-specific advertisements...

in [BLEAdvertiserModule.java, ](https://github.com/vitorpamplona/react-native-ble-advertiser/blob/3c1a54d89cef90f78501376e50f27f52ff150dd8/android/src/main/java/com/vitorpamplona/bleadvertiser/BLEAdvertiserModule.java#L260) We have code : ``` if (manufacturerPayload == null) filters = null; if (manufacturerPayload != null) filters.add(new ScanFilter.Builder().setManufacturerData(companyId, toByteArray(manufacturerPayload)).build()); if (uid != null) filters.add(new ScanFilter.Builder().setServiceUuid(ParcelUuid.fromString(uid)).build()); ``` And...

Bumps [@sideway/formula](https://github.com/sideway/formula) from 3.0.0 to 3.0.1. Commits 5b44c1b 3.0.1 9fbc20a chore: better number regex 41ae98e Cleanup c59f35e Move to Sideway See full diff in compare view Maintainer changes This version...

dependencies