mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-01 09:08:06 +00:00
compile_gatt: support gatt client/server supported features
This commit is contained in:
parent
bab2ac96d2
commit
c7a36ba4a1
@ -72,6 +72,8 @@ assigned_uuids = {
|
||||
'GAP_RECONNECTION_ADDRESS' : 0x2A03,
|
||||
'GAP_PERIPHERAL_PREFERRED_CONNECTION_PARAMETERS' : 0x2A04,
|
||||
'GATT_SERVICE_CHANGED' : 0x2a05,
|
||||
'GATT_CLIENT_SUPPORTED_FEATURES' : 0x2b29,
|
||||
'GATT_SERVER_SUPPORTED_FEATURES' : 0x2b3a,
|
||||
'GATT_DATABASE_HASH' : 0x2b2a
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user