Home
last modified time | relevance | path

Searched defs:phy_index (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/setup/
Dtest_command_handler.cc173 size_t phy_index = ParseIntParam(args[0]); in RemovePhy() local
188 size_t phy_index = ParseIntParam(args[1]); in AddDeviceToPhy() local
202 size_t phy_index = ParseIntParam(args[1]); in RemoveDeviceFromPhy() local
/aosp_15_r20/tools/netsim/src/hci/
H A Dbluetooth_facade.cc264 auto phy_index = (isLowEnergy) ? phy_low_energy_index_ : phy_classic_index_; in AddDeviceToPhy() local
269 auto phy_index = (isLowEnergy) ? phy_low_energy_index_ : phy_classic_index_; in RemoveDeviceFromPhy() local
/aosp_15_r20/external/wpa_supplicant_8/src/ap/
H A Dbeacon.c1837 u16 phy_index, u8 he_mcs_nss_size) in hostapd_gen_fils_discovery_nss()
1932 u16 cap_info, phy_index; in hostapd_fils_discovery_cap() local