Searched refs:is_supported (Results 1 – 9 of 9) sorted by relevance
98 …if (common::init_flags::set_min_encryption_is_enabled() && is_supported(OpCode::SET_MIN_ENCRYPTION… in Start()104 if (is_supported(OpCode::LE_READ_BUFFER_SIZE_V2)) { in Start()114 if (is_supported(OpCode::READ_LOCAL_SUPPORTED_CODECS_V1)) { in Start()124 if (is_supported(OpCode::LE_READ_RESOLVING_LIST_SIZE) && module_.SupportsBlePrivacy()) { in Start()133 …if (is_supported(OpCode::LE_READ_MAXIMUM_DATA_LENGTH) && module_.SupportsBleDataPacketLengthExtens… in Start()152 …if (is_supported(OpCode::LE_READ_SUGGESTED_DEFAULT_DATA_LENGTH) && module_.SupportsBleDataPacketLe… in Start()161 …if (is_supported(OpCode::LE_READ_MAXIMUM_ADVERTISING_DATA_LENGTH) && module_.SupportsBleExtendedAd… in Start()170 if (is_supported(OpCode::LE_READ_NUMBER_OF_SUPPORTED_ADVERTISING_SETS) && in Start()180 if (is_supported(OpCode::LE_READ_PERIODIC_ADVERTISER_LIST_SIZE) && in Start()189 …if (is_supported(OpCode::LE_SET_HOST_FEATURE) && module_.SupportsBleConnectedIsochronousStreamCent… in Start()[all …]
26 is_supported : ubyte (privacy:"Any");
23 void l2cu_set_non_flushable_pbf(bool is_supported);
727 if (bta_ag_local_hf_ind_cfg[i + 1].is_supported) { in bta_ag_bind_response()751 p_scb->local_hf_indicators[i].is_supported = in bta_ag_bind_response()752 bta_ag_local_hf_ind_cfg[i + 1].is_supported; in bta_ag_bind_response()761 if (p_scb->local_hf_indicators[i].is_supported && peer_index != -1) { in bta_ag_bind_response()818 !p_scb->local_hf_indicators[local_index].is_supported || in bta_ag_parse_biev_response()
133 pub(crate) fn is_supported(&self) -> bool { in is_supported() method
119 .filter(|sig| sig.signature_algorithm_id.map_or(false, |algo| algo.is_supported())) in strongest_signature()
480 bool is_supported; member
1513 static bool is_supported(media_size_t media_size) { in is_supported() function1547 if (is_supported(printer_cap->supportedMediaSizes[read])) { in _validate_supported_media_sizes()
2536 void l2cu_set_non_flushable_pbf(bool is_supported) { in l2cu_set_non_flushable_pbf() argument2537 if (is_supported) in l2cu_set_non_flushable_pbf()