cpython: 152568976062 (original) (raw)
Mercurial > cpython
changeset 97927:152568976062 3.4
Issue #25043: Document BDADDR_ and HCI_ Bluetooth socket constants Patch from Tim Tisdall. [#25043]
Martin Panter | |
---|---|
date | Fri, 11 Sep 2015 23:14:57 +0000 |
parents | 4488e321fe85 |
children | 3f475417eadd 3d9cbbad8a04 |
files | Doc/library/socket.rst |
diffstat | 1 files changed, 16 insertions(+), 0 deletions(-)[+] [-] Doc/library/socket.rst 16 |
line wrap: on
line diff
--- a/Doc/library/socket.rst +++ b/Doc/library/socket.rst @@ -334,6 +334,22 @@ Constants This constant contains a boolean value which indicates if IPv6 is supported on this platform. +.. data:: BDADDR_ANY
BDADDR_LOCAL[](#l1.8)
- 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
. +
HCI_TIME_STAMP[](#l1.16)
HCI_DATA_DIR[](#l1.17)