mirror of
https://github.com/python/cpython.git
synced 2025-08-19 00:00:48 +00:00
Issue #25043: Merge Bluetooth doc from 3.5
This commit is contained in:
commit
c47d32caaa
1 changed files with 16 additions and 0 deletions
|
@ -349,6 +349,22 @@ Constants
|
||||||
This constant contains a boolean value which indicates if IPv6 is supported on
|
This constant contains a boolean value which indicates if IPv6 is supported on
|
||||||
this platform.
|
this platform.
|
||||||
|
|
||||||
|
.. data:: BDADDR_ANY
|
||||||
|
BDADDR_LOCAL
|
||||||
|
|
||||||
|
These are string constants containing Bluetooth addresses with special
|
||||||
|
meanings. For example, :const:`BDADDR_ANY` can be used to indicate
|
||||||
|
any address when specifying the binding socket with
|
||||||
|
:const:`BTPROTO_RFCOMM`.
|
||||||
|
|
||||||
|
.. data:: HCI_FILTER
|
||||||
|
HCI_TIME_STAMP
|
||||||
|
HCI_DATA_DIR
|
||||||
|
|
||||||
|
For use with :const:`BTPROTO_HCI`. :const:`HCI_FILTER` is not
|
||||||
|
available for NetBSD or DragonFlyBSD. :const:`HCI_TIME_STAMP` and
|
||||||
|
:const:`HCI_DATA_DIR` are not available for FreeBSD, NetBSD, or
|
||||||
|
DragonFlyBSD.
|
||||||
|
|
||||||
Functions
|
Functions
|
||||||
^^^^^^^^^
|
^^^^^^^^^
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue