-
Notifications
You must be signed in to change notification settings - Fork 185
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #28 from stratosinc/bluetooth-adapter2
Refactor API to make tracking backend connectivity and device connectively easier
- Loading branch information
Showing
24 changed files
with
1,213 additions
and
1,188 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
from .exceptions import BluetoothLEError # noqa | ||
from .classes import BluetoothLEDevice # noqa | ||
from .exceptions import BLEError # noqa | ||
from .device import BLEDevice # noqa | ||
from .backends import BGAPIBackend, GATTToolBackend # noqa |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
from .backend import BLEBackend, Characteristic # noqa | ||
from .bgapi.bgapi import BGAPIBackend # noqa | ||
from .gatttool.gatttool import GATTToolBackend # noqa |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.