Home
last modified time | relevance | path

Searched refs:is_robust_cache_change_aware (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_attr.c729 return p_tcb->is_robust_cache_change_aware; in gatt_sr_is_cl_change_aware()
757 …p_tcb->is_robust_cache_change_aware = (memcmp(stored_hash, gatt_cb.database_hash, BT_OCTET16_LEN) … in gatt_sr_init_cl_status()
759 p_tcb->is_robust_cache_change_aware = true; in gatt_sr_init_cl_status()
762 …E_DEBUG("%s feat %x aware %d", __func__, p_tcb->cl_supp_feat, p_tcb->is_robust_cache_change_aware); in gatt_sr_init_cl_status()
786 if (!p_tcb->is_robust_cache_change_aware && chg_aware) { in gatt_sr_update_cl_status()
792 p_tcb->is_robust_cache_change_aware = chg_aware; in gatt_sr_update_cl_status()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h413 BOOLEAN is_robust_cache_change_aware; member