File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
@tests/stubtest_allowlists Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ select.poll # Actually a function; we have a class so it can be used as a type
3939(_?socket\.BDADDR_LE_PUBLIC)?
4040(_?socket\.BDADDR_LE_RANDOM)?
4141(_?socket\.BT_CHANNEL_POLICY)?
42- (_?socket\.BT_CHANNEL_POLICY_BREDR_ONLY)?
42+ (_?socket\.BT_CHANNEL_POLICY_BREDR_ONLY)?
4343(_?socket\.BT_CHANNEL_POLICY_BREDR_PREFERRED)?
4444(_?socket\.BT_CODEC)?
4545(_?socket\.BT_DEFER_SETUP)?
Original file line number Diff line number Diff line change @@ -674,21 +674,21 @@ if sys.version_info >= (3, 12):
674674 ETHERTYPE_VLAN : Final [int ]
675675 # --------------------
676676 # Semi-documented constants
677-
677+
678678 BT_MODE_EXT_FLOWCTL : Final [int ]
679679 BT_MODE_LE_FLOWCTL : Final [int ]
680680 BT_MODE_STREAMING : Final [int ]
681681 BT_PHY_BR_1M_3SLOT : Final [int ]
682- BT_PHY_BR_1M_5SLOT : Final [int ]
682+ BT_PHY_BR_1M_5SLOT : Final [int ]
683683 BT_SECURITY_FIPS : Final [int ]
684684 BT_SECURITY_HIGH : Final [int ]
685685 BT_SECURITY_LOW : Final [int ]
686686 BT_SECURITY_MEDIUM : Final [int ]
687687 BT_SECURITY_SDP : Final [int ]
688- BT_SECURITY : Final [int ]
688+ BT_SECURITY : Final [int ]
689689 BT_VOICE_CVSD_16BIT : Final [int ]
690690 BT_VOICE_TRANSPARENT_16BIT : Final [int ]
691- BT_VOICE_TRANSPARENT : Final [int ]
691+ BT_VOICE_TRANSPARENT : Final [int ]
692692 HCI_CHANNEL_CONTROL : Final [int ]
693693 HCI_CHANNEL_LOGGING : Final [int ]
694694 HCI_CHANNEL_MONITOR : Final [int ]
You can’t perform that action at this time.
0 commit comments