diff -r 83ea55a1204a Doc/library/socket.rst --- a/Doc/library/socket.rst Wed Sep 09 23:35:25 2015 +0300 +++ b/Doc/library/socket.rst Thu Sep 10 09:09:11 2015 -0400 @@ -334,6 +334,20 @@ This constant contains a boolean value which indicates if IPv6 is supported on this platform. +.. data:: BDADDR_ANY + BDADDR_LOCAL + + These are string constants containing Bluetooth addresses with special + meanings. For example, BDADDR_ANY can be used to indicate any address when + specifying the binding socket with BTPROTO_RFCOMM. + +.. data:: HCI_FILTER + HCI_TIME_STAMP + HCI_DATA_DIR + + For use with BTPROTO_HCI. HCI_FILTER is not available for NetBSD or + DragonFlyBSD. HCI_TIME_STAMP and HCI_DATA_DIR are not available for + FreeBSD, NetBSD, or DragonFlyBSD. Functions ^^^^^^^^^