コード例 #1
0
 public void closeServerSocket() {
   bluetoothService.closeServerSocket();
 }
コード例 #2
0
  @Override
  protected BluetoothSocket doInBackground(Void... arg0) {

    return bluetoothService.scanBluetooth();
  }