Open biks152207 opened 7 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.
NetworkCommunicator
BluetoothAdapter.getAddress()
NetworkManager
More info here: Android BluetoothAdapter
@biks152207 You might be able to write a function inside
NetworkCommunicator
that just returnsBluetoothAdapter.getAddress()
to a function that's exported byNetworkManager
.More info here: Android BluetoothAdapter