Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hci/
Dle_scanning_manager.cc213 phy_ = static_cast<uint8_t>(PhyType::LE_1M); in start()
502 if ((phy_ & 1 << i) != 0) { in configure_scan()
510 uint8_t phys_in_use = phy_; in configure_scan()
700 if (com::android::bluetooth::flags::phy_to_native()) phy_ = scan_phy; in set_scan_parameters()
1725 uint8_t phy_{(uint8_t)PhyType::LE_1M}; member