We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69840d6 commit a62570aCopy full SHA for a62570a
Modules/socketmodule.c
@@ -466,6 +466,7 @@ remove_unusable_flags(PyObject *m)
466
#define BTPROTO_L2CAP BLUETOOTH_PROTO_L2CAP
467
#define BTPROTO_RFCOMM BLUETOOTH_PROTO_RFCOMM
468
#define BTPROTO_HCI BLUETOOTH_PROTO_HCI
469
+#define BTPROTO_SCO BLUETOOTH_PROTO_SCO
470
#define SOL_HCI SOL_HCI_RAW
471
#define HCI_FILTER SO_HCI_RAW_FILTER
472
#define sockaddr_l2 sockaddr_l2cap
0 commit comments