BluetoothAdapter Methods

Neo smartpen SDK

BluetoothAdapter Methods

The BluetoothAdapter type exposes the following members.

Methods
  NameDescription
Public methodBind
Bind the bluetooth socket with IPenComm class.
Public methodConnect
Connects the client to a remote Bluetooth host using the specified mac address and OnConnected handler.
Public methodDisconnect
Closes the Bluetooth socket and the underlying connection.
Public methodFindAllDevices
Discovers accessible Bluetooth devices, both remembered and in-range, and returns their names and addresses.
Public methodRemovePairedDevice
Remove the pairing with the specified device.
Top
See Also