Home
last modified time | relevance | path

Searched refs:use_le_coded_phy (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/bt/gd/hci/facade/
H A Dle_advertising_manager_facade.cc110 config->use_le_coded_phy = config_proto.use_le_coded_phy(); in ExtendedAdvertisingConfigFromProto()
H A Dle_advertising_manager_facade.proto59 bool use_le_coded_phy = 9;
/aosp12/system/bt/gd/hci/
H A Dle_advertising_manager.h60 bool use_le_coded_phy; // Primary advertisement PHY is LE Coded variable
H A Dle_advertising_manager.cc524 (config.use_le_coded_phy ? PrimaryPhyType::LE_CODED : PrimaryPhyType::LE_1M), in set_parameters()
/aosp12/system/bt/main/shim/
H A Dle_advertising_manager.cc341 config.use_le_coded_phy = params.primary_advertising_phy == 0x03; in parse_parameter()