I'm new to react-native and I need to build an app that can pair 2 devices via Bluetooth. For what I know, to connect 2 devices via Bluetooth, one has to be on central mode and another on peripheral mode. All the libraries that I found just had the central mode option (e.g. react-native-bluetooth-plx), and I can't find any tutorials or info about this topic. Can anyone here help me?
↧