alexkendall / react-native-bluetooth-cross-platform

Cross-Platform Bluetooth & WiFi React Native Module. Powered by underdark http://underdark.io/.
179 stars 35 forks source link

how do i get local bluetooth address? #16

Open biks152207 opened 7 years ago

azanli commented 6 years ago

@biks152207 You might be able to write a function inside NetworkCommunicator that just returns BluetoothAdapter.getAddress() to a function that's exported by NetworkManager.

More info here: Android BluetoothAdapter