Searched refs:sr_supp_feat (Results 1 – 2 of 2) sorted by relevance
648 STREAM_TO_UINT8(tcb.sr_supp_feat, pp); in gatt_cl_op_cmpl_cback()649 btif_storage_set_gatt_sr_supp_feat(tcb.peer_bda, tcb.sr_supp_feat); in gatt_cl_op_cmpl_cback()653 std::move(operation_callback_data.cb).Run(tcb.peer_bda, tcb.sr_supp_feat); in gatt_cl_op_cmpl_cback()659 if (tcb.sr_supp_feat & BLE_GATT_SVR_SUP_FEAT_EATT_BITMASK) { in gatt_cl_op_cmpl_cback()820 tcb.sr_supp_feat = btif_storage_get_sr_supp_feat(tcb.peer_bda); in gatt_cl_init_sr_status()822 if (tcb.sr_supp_feat & BLE_GATT_SVR_SUP_FEAT_EATT_BITMASK) in gatt_cl_init_sr_status()1002 return tcb.sr_supp_feat & BLE_GATT_SVR_SUP_FEAT_EATT_BITMASK; in gatt_profile_get_eatt_support()
328 uint8_t sr_supp_feat; member