forked from hbldh/bleak
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,12 @@ | ||
macOS backend | ||
============= | ||
|
||
For the macOS backend, there are plans on using `pyobjc` for accessing CoreBluetooth APIs. | ||
The macOS backend of bleak is written with pyobjc directives for interfacing | ||
with Foundation and CoreBluetooth APIs. There are some values that pyobjc is | ||
not able to overwrite and thuse the corebleak framework was written to | ||
circumvent these issues. The most noticible difference between the other | ||
backends of bleak and this backend, is that CoreBluetooth doesn't scan for | ||
other devices via MAC address. Instead, UUIDs are utilized that are often | ||
unique between the device that is scanning the the device that is being scanned. | ||
|
||
More work to come for a Server side |