Home
last modified time | relevance | path

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

/aosp12/system/bt/stack/gatt/
H A Dgatt_attr.cc590 STREAM_TO_UINT8(tcb.sr_supp_feat, pp); in gatt_cl_op_cmpl_cback()
591 btif_storage_set_gatt_sr_supp_feat(tcb.peer_bda, tcb.sr_supp_feat); in gatt_cl_op_cmpl_cback()
596 .Run(tcb.peer_bda, tcb.sr_supp_feat); in gatt_cl_op_cmpl_cback()
602 if (tcb.sr_supp_feat & BLE_GATT_SVR_SUP_FEAT_EATT_BITMASK) { in gatt_cl_op_cmpl_cback()
718 tcb.sr_supp_feat = btif_storage_get_sr_supp_feat(tcb.peer_bda); in gatt_cl_init_sr_status()
720 if (tcb.sr_supp_feat & BLE_GATT_SVR_SUP_FEAT_EATT_BITMASK) in gatt_cl_init_sr_status()
810 return tcb.sr_supp_feat & BLE_GATT_SVR_SUP_FEAT_EATT_BITMASK; in gatt_profile_get_eatt_support()
H A Dgatt_int.h321 uint8_t sr_supp_feat; member