8000 gh-132099: Fix documentation for the BTPROTO_HCI protocol by serhiy-storchaka · Pull Request #132118 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-132099: Fix documentation for the BTPROTO_HCI protocol #132118

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Apr 13, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Doc/library/socket.rst
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
  • Loading branch information
serhiy-storchaka and StanFromIreland authored Apr 5, 2025
commit e17e43e690037d79cd9f499d0c47dac685f5b0cf
1 change: 1 addition & 0 deletions Doc/library/socket.rst
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ created. Socket addresses are represented as follows:
is the Bluetooth address as a string and ``channel`` is an integer.

- :const:`BTPROTO_HCI` accepts a format that depends on your OS.

- On FreeBSD, NetBSD and DragonFlyBSD it accepts ``bdaddr`` where ``bdaddr``
is a :class:`bytes` object containing the Bluetooth address in a
string format. (ex. ``b'12:23:34:45:56:67'``)
Expand Down
Loading
0