Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_attr.c221 memcpy(p_rsp->attr_value.value, &tcb->cl_supp_feat, 1); in gatt_proc_read()
282 val_old = p_tcb->cl_supp_feat; in gatt_sr_write_cl_supp_feat()
290 p_tcb->cl_supp_feat = val_new; in gatt_sr_write_cl_supp_feat()
292 bta_gatts_co_cl_feat_save(p_tcb->peer_bda, &p_tcb->cl_supp_feat); in gatt_sr_write_cl_supp_feat()
711 return (p_tcb->cl_supp_feat & BLE_GATT_CL_SUPP_FEAT_ROBUST_CACHING_BITMASK); in gatt_sr_is_cl_robust_caching_supported()
744 bta_gatts_co_cl_feat_load(p_tcb->peer_bda, &p_tcb->cl_supp_feat); in gatt_sr_init_cl_status()
749 p_tcb->cl_supp_feat &= ~BLE_GATT_CL_SUPP_FEAT_ROBUST_CACHING_BITMASK; in gatt_sr_init_cl_status()
762 …GATT_TRACE_DEBUG("%s feat %x aware %d", __func__, p_tcb->cl_supp_feat, p_tcb->is_robust_cache_chan… in gatt_sr_init_cl_status()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h409 UINT8 cl_supp_feat; member