Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_attr.cc1030 return (tcb.cl_supp_feat & BLE_GATT_CL_SUP_FEAT_CACHING_BITMASK); in gatt_sr_is_cl_robust_caching_supported()
1044 return (tcb.cl_supp_feat & BLE_GATT_CL_SUP_FEAT_MULTI_NOTIF_BITMASK); in gatt_sr_is_cl_multi_variable_len_notif_supported()
1072 tcb.cl_supp_feat = btif_storage_get_gatt_cl_supp_feat(tcb.peer_bda); in gatt_sr_init_cl_status()
1075 tcb.cl_supp_feat &= ~BLE_GATT_CL_SUP_FEAT_CACHING_BITMASK; in gatt_sr_init_cl_status()
1087 tcb.cl_supp_feat, tcb.is_robust_cache_change_aware); in gatt_sr_init_cl_status()
1141 UINT8_TO_STREAM(p, tcb.cl_supp_feat); in gatt_sr_read_cl_supp_feat()
1170 feature_list.push_back(tcb.cl_supp_feat); in gatt_sr_write_cl_supp_feat()
1202 tcb.cl_supp_feat = tmp.front(); in gatt_sr_write_cl_supp_feat()
1205 tcb.cl_supp_feat &= ~BLE_GATT_CL_SUP_FEAT_CACHING_BITMASK; in gatt_sr_write_cl_supp_feat()
1210 btif_storage_set_gatt_cl_supp_feat(tcb.peer_bda, tcb.cl_supp_feat); in gatt_sr_write_cl_supp_feat()
Dgatt_int.h326 uint8_t cl_supp_feat; member