"bluepy" - a Bluetooth LE interface for Python
**********************************************

"bluepy" is a Python module which allows communication with Bluetooth
Low Energy devices. The current implementation runs on Linux
(internally it uses code from the BlueZ project), although it can be
ported to other platforms.

To browse the API documentation, it is recommended to start with The
Peripheral class.

Contents:

* The "Peripheral" class

  * Constructor

  * Instance Methods

  * Properties

* The "Scanner" class

  * Constructor

  * Instance Methods

  * Sample code

* The "ScanEntry" class

  * Constructor

  * Instance Methods

  * Properties

* The "DefaultDelegate" class

  * Constructor

  * Instance Methods

* The "UUID" class

  * Constructor

  * Instance Methods

  * Properties

* The "Service" class

  * Constructor

  * Instance Methods

  * Properties

* The "Characteristic" class

  * Constructor

  * Instance Methods

  * Properties

* The "Descriptor" class

* Working with notifications

  * "handleNotification()"

  * Example code

* Assigned Numbers


Indices and tables
******************

* Index

* Module Index

* Search Page
