mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-23 10:21:12 +00:00
tool/compile_gatt: add GAP characteristic UUIDs
This commit is contained in:
parent
86382a7975
commit
bd8291e95f
@ -71,6 +71,10 @@ assigned_uuids = {
|
||||
'GAP_PERIPHERAL_PRIVACY_FLAG' : 0x2A02,
|
||||
'GAP_RECONNECTION_ADDRESS' : 0x2A03,
|
||||
'GAP_PERIPHERAL_PREFERRED_CONNECTION_PARAMETERS' : 0x2A04,
|
||||
'GAP_CENTRAL_ADDRESS_RESOLUTION' : 0x2aa6,
|
||||
'GAP_RESOLVABLE_PRIVATE_ADDRESS_ONLY' : 0x2AC9,
|
||||
'GAP_ENCRYPTED_DATA_KEY_MATERIAL' : 0x2B88,
|
||||
'GAP_LE_GATT_SECURITY_LEVELS' : 0x2BF5,
|
||||
'GATT_SERVICE_CHANGED' : 0x2a05,
|
||||
'GATT_CLIENT_SUPPORTED_FEATURES' : 0x2b29,
|
||||
'GATT_SERVER_SUPPORTED_FEATURES' : 0x2b3a,
|
||||
|
Loading…
x
Reference in New Issue
Block a user