Class | Description |
---|---|
AvailablePhysilogsFragment |
Fragment that take care of finding and displaying the physilogs available
throught Bluetooth.
|
Physilog |
Encapsulate the state of physical physilog device and provide methods
to intearact with the device over bluetooth.
|
PhysilogManager |
This class manage the list of all Physilog the app is/was connected to
It is a singleton, to use it please call the method getInstance(Context c)
|
Enum | Description |
---|---|
ConnectionState |
Represent the state of the connection between a Physilog
and the app
It has a filed textId that links to the description of the
state in strings.xml
|
Exception | Description |
---|---|
BluetoothUnavailableException |
Custom exception used when bluetooth need to be used but is unavailable.
|