diff -r 6c8e2c6e3a99 Doc/library/socket.rst --- a/Doc/library/socket.rst Wed Sep 09 22:46:40 2015 -0400 +++ b/Doc/library/socket.rst Thu Sep 10 09:10:30 2015 -0400 @@ -349,6 +349,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 ^^^^^^^^^