Method | Description | |
---|---|---|
Adapter ( ) : System |
Initializes a new instance of the BluetoothLE.Droid.Adapter class.
|
|
ConnectToDevice ( IDevice device ) : void |
Connect to a device.
|
|
DisconnectDevice ( IDevice device ) : void |
Discconnect from a device.
|
|
OnLeScan ( Android.Bluetooth.BluetoothDevice bleDevice, int rssi, byte scanRecord ) : void |
Raises the le scan event.
|
|
StartScanningForDevices ( ) : void |
Start scanning for devices.
|
|
StopScanningForDevices ( ) : void |
Stop scanning for devices.
|
Method | Description | |
---|---|---|
BluetoothGatt_DeviceConnected ( object sender, |
||
BluetoothGatt_DeviceDisconnected ( object sender, |
||
PerformConnectToDevice ( IDevice device ) : void | ||
PerformDisconnect ( IDevice device ) : void |
public ConnectToDevice ( IDevice device ) : void | ||
device | IDevice | The device. |
return | void |
public DisconnectDevice ( IDevice device ) : void | ||
device | IDevice | The device. |
return | void |
public OnLeScan ( Android.Bluetooth.BluetoothDevice bleDevice, int rssi, byte scanRecord ) : void | ||
bleDevice | Android.Bluetooth.BluetoothDevice | The BLE device that was discovered. |
rssi | int | Rssi. |
scanRecord | byte | Scan record. |
return | void |