Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

is it possible to put the device running the application in advertise mode? #44

Closed
vijay122 opened this issue Jan 18, 2017 · 9 comments
Closed

Comments

@vijay122
Copy link

i am creating a android application in react native. in this application i have to put the device in advertise mode, so other nearby devices (over bluetooth) can identify it and subscribe to it. i am seeing examples where we can listen to advertised devices and get its characteristics using plx, is it possible to advertise from my app?

@Cierpliwy
Copy link
Contributor

Unfortunately not. We still need to do a lot of work related to that on our backend libraries (RxBluetoothKit and RxAndroidBLE).

@vijay122
Copy link
Author

@Cierpliwy thankyou for the reply. can you suggest me any package which i can use for advertising in react-native. or is it a good to use android's ble advertising module in the react-native project with a wrapper.?

@Cierpliwy
Copy link
Contributor

Unfortunately I'm not familiar with any library that supports Peripheral Mode.

@kulikalov
Copy link

kulikalov commented Mar 10, 2017

why peripheral mode is a problem? It's literally one method according to docs

@Cierpliwy
Copy link
Contributor

Peripheral mode will require support for it in our RxBluetoothKit and RxAndroidBle libraries to land in react-native-ble-plx. Also Peripheral mode is working fine on Android from version 5.0 and on selected devices from what I know.

@Cierpliwy
Copy link
Contributor

Closing as we are blocked by missing implementation of RxBluetoothKit and RxAndroidBle libraries.

@robertherber
Copy link

This seems to be available in RxBluetoothKit now, right?

@thePsguy
Copy link

@Cierpliwy, Should this issue be opened again now that it looks like peripheral / advertisement support is now present in the previously blocking libraries.

@artiya4u
Copy link

Hi, maybe this is the time to support the peripheral / advertisement feature. I really need this feature to create an application to track people's proximity to help reduce the COVID-19 spread.

jimboboliver pushed a commit to V-DAQ/react-native-ble-plx that referenced this issue Nov 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants