Skip to content
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
Clean up.
  • Loading branch information
serhiy-storchaka committed Apr 5, 2025
commit 7bd9d0639dfa7ca5a86e59757b011c53bdc31e07
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