Is there any way to scan bluetooth devices and then connect a device in Mendix Native App? I was able to do this in a responsive profile using Web Bluetooth API and it also works on mobile browsers. For hybrid apps, there is a cordova bluetoothSerial plugin. Any possibilities for Native App?
asked
Umar Shabbir
4 answers
4
react-native-ble-plx library is available in Mendix Native app project. Create a blank project and import BleManager class from this library in your JavaScript action.
Documentation is available at provided link which shows sample code to scan and connect Bluetooth devices.