mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-06 21:40:04 +00:00
att_db: persist GATT_CLIENT_SUPPORTED_FEATURES
This commit is contained in:
parent
2c4384eb9a
commit
c15a35be0b
@ -1637,7 +1637,13 @@ bool att_is_persistent_ccc(uint16_t handle){
|
||||
}
|
||||
att_persistent_ccc_cache(&it);
|
||||
}
|
||||
return att_persistent_ccc_uuid16 == (uint16_t)GATT_CLIENT_CHARACTERISTICS_CONFIGURATION;
|
||||
switch (att_persistent_ccc_uuid16){
|
||||
case GATT_CLIENT_CHARACTERISTICS_CONFIGURATION:
|
||||
case GATT_CLIENT_SUPPORTED_FEATURES:
|
||||
return true;
|
||||
default:
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
// att_read_callback helpers
|
||||
|
Loading…
x
Reference in New Issue
Block a user