[csl] add TLV for CSL clock accuracy (#6802)

This commit is contained in:
canisLupus1313
2021-07-23 17:08:05 -07:00
committed by GitHub
parent daf2ad7c24
commit 02d968baa6
17 changed files with 380 additions and 20 deletions
+1
View File
@@ -77,6 +77,7 @@ class TlvType(IntEnum):
SCAN_DURATION = 56
ENERGY_LIST = 57
CSL_SYNCHRONIZED_TIMEOUT = 85
CSL_CLOCK_ACCURACY = 86
DISCOVERY_REQUEST = 128
DISCOVERY_RESPONSE = 129