Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_attr.c774 void gatt_sr_update_cl_status(tGATT_TCB *p_tcb, BOOLEAN chg_aware) in gatt_sr_update_cl_status() argument
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()
794 GATT_TRACE_DEBUG("%s status %d", __func__, chg_aware); in gatt_sr_update_cl_status()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h787 extern void gatt_sr_update_cl_status(tGATT_TCB *tcb, BOOLEAN chg_aware);