public void scanForPlayers() {
   // Start discovery of Bluetooth devices
   if (!mBluetoothAdapter.isDiscovering()) mBluetoothAdapter.startDiscovery();
 }