Searched refs:cl_supp_feat (Results 1 – 2 of 2) sorted by relevance
226 memcpy(p_rsp->attr_value.value, &tcb->cl_supp_feat, 1); in gatt_proc_read()278 val_old = p_tcb->cl_supp_feat; in gatt_sr_write_cl_supp_feat()286 p_tcb->cl_supp_feat = val_new; in gatt_sr_write_cl_supp_feat()288 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()745 bta_gatts_co_cl_feat_load(p_tcb->peer_bda, &p_tcb->cl_supp_feat); in gatt_sr_init_cl_status()750 p_tcb->cl_supp_feat &= ~BLE_GATT_CL_SUPP_FEAT_ROBUST_CACHING_BITMASK; in gatt_sr_init_cl_status()763 …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()
409 UINT8 cl_supp_feat; member