Searched refs:use_le_coded_phy (Results 1 – 5 of 5) sorted by relevance
110 config->use_le_coded_phy = config_proto.use_le_coded_phy(); in ExtendedAdvertisingConfigFromProto()
59 bool use_le_coded_phy = 9;
60 bool use_le_coded_phy; // Primary advertisement PHY is LE Coded variable
524 (config.use_le_coded_phy ? PrimaryPhyType::LE_CODED : PrimaryPhyType::LE_1M), in set_parameters()
341 config.use_le_coded_phy = params.primary_advertising_phy == 0x03; in parse_parameter()