Skip to content

Commit a62570a

Browse files
Define BTPROTO_SCO.
1 parent 69840d6 commit a62570a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Modules/socketmodule.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,7 @@ remove_unusable_flags(PyObject *m)
466466
#define BTPROTO_L2CAP BLUETOOTH_PROTO_L2CAP
467467
#define BTPROTO_RFCOMM BLUETOOTH_PROTO_RFCOMM
468468
#define BTPROTO_HCI BLUETOOTH_PROTO_HCI
469+
#define BTPROTO_SCO BLUETOOTH_PROTO_SCO
469470
#define SOL_HCI SOL_HCI_RAW
470471
#define HCI_FILTER SO_HCI_RAW_FILTER
471472
#define sockaddr_l2 sockaddr_l2cap

0 commit comments

Comments
 (0)