mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-17 20:42:47 +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_RECONNECTION_ADDRESS' : 0x2A03,
|
||||||
'GAP_PERIPHERAL_PREFERRED_CONNECTION_PARAMETERS' : 0x2A04,
|
'GAP_PERIPHERAL_PREFERRED_CONNECTION_PARAMETERS' : 0x2A04,
|
||||||
'GATT_SERVICE_CHANGED' : 0x2a05,
|
'GATT_SERVICE_CHANGED' : 0x2a05,
|
||||||
|
'GATT_CLIENT_SUPPORTED_FEATURES' : 0x2b29,
|
||||||
|
'GATT_SERVER_SUPPORTED_FEATURES' : 0x2b3a,
|
||||||
'GATT_DATABASE_HASH' : 0x2b2a
|
'GATT_DATABASE_HASH' : 0x2b2a
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user