teotestbluetooth / TestTeoBluetooth / TestTeoBluetooth.Android / Connection / BluetoothConnection.cs @ 58c56df1
Historique | Voir | Annoter | Télécharger (416 octets)
1 |
using Android.App; |
---|---|
2 |
using Android.Content; |
3 |
using Android.OS; |
4 |
using Android.Runtime; |
5 |
using Android.Views; |
6 |
using Android.Widget; |
7 |
using System; |
8 |
using System.Collections.Generic; |
9 |
using System.Linq; |
10 |
using System.Text; |
11 |
|
12 |
namespace TestBLE.Droid.Connection |
13 |
{ |
14 |
/* Classe permettant d'établir une connection Bluetooth |
15 |
* Avec socket RFCOMM connecté au SPP |
16 |
*/ |
17 |
public class BluetoothConnection |
18 |
{ |
19 |
|
20 |
} |
21 |
} |