Home
last modified time | relevance | path

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

/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
Dradio_measurement.py170 class PhyType(IntEnum): class
192 operating_class: int, channel_number: int, phy_type: PhyType):
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dwindot11.h1252 DOT11_PHY_TYPE PhyType; member
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h264 enum class PhyType : uint8_t {LE_1M = 0x1,LE_2M = 0x2,LE_CODED = 0x3,}; enum