vitorpamplona / react-native-ble-advertiser

Bluetooth Advertiser/Scanner for React Native.
60 stars 38 forks source link

Is it possible to use to connect to a bluetooth module ble? #17

Closed vagnerwentz closed 4 years ago

vagnerwentz commented 4 years ago

Hello! I have a doubt I would like to know if this library can do the same about react-native-ble-plx or react-native-ble-manager. If it is possible to read and write, send a command and receive the data for example, because I am using the react-native-ble-plx but it is not working.

vitorpamplona commented 4 years ago

No, this library is just for advertising and scanning of devices. But you are free to implement the added modules to make the BLE server and client.

vagnerwentz commented 4 years ago

No, this library is just for advertising and scanning of devices. But you are free to implement the added modules to make the BLE server and client.

Thanks friend