Lines Matching refs:is_supported
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()
195 if (common::init_flags::subrating_is_enabled() && is_supported(OpCode::LE_SET_HOST_FEATURE) && in Start()
211 if (is_supported(OpCode::READ_DEFAULT_ERRONEOUS_DATA_REPORTING)) { in Start()
459 is_supported(OpCode::WRITE_DEFAULT_ERRONEOUS_DATA_REPORTING)) { in read_default_erroneous_data_reporting_handler()
844 bool is_supported(OpCode op_code) { in is_supported() function
1532 return impl_->is_supported(op_code); in IsSupported()