Merge pull request #603 from google/gbg/fix-pair-oob

fix oob support in pair.py
This commit is contained in:
Gilles Boccon-Gibod
2024-12-01 08:43:04 -08:00
committed by GitHub
2 changed files with 14 additions and 8 deletions

View File

@@ -57,6 +57,7 @@ if TYPE_CHECKING:
# pylint: disable=line-too-long
ATT_CID = 0x04
ATT_PSM = 0x001F
ATT_ERROR_RESPONSE = 0x01
ATT_EXCHANGE_MTU_REQUEST = 0x02