Home
last modified time | relevance | path

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

/linux-6.15/net/bluetooth/
H A Dmgmt.c741 u32 selected_phys = 0; in get_selected_phys() local
744 selected_phys |= MGMT_PHY_BR_1M_1SLOT; in get_selected_phys()
747 selected_phys |= MGMT_PHY_BR_1M_3SLOT; in get_selected_phys()
781 selected_phys |= MGMT_PHY_LE_1M_TX; in get_selected_phys()
784 selected_phys |= MGMT_PHY_LE_1M_RX; in get_selected_phys()
787 selected_phys |= MGMT_PHY_LE_2M_TX; in get_selected_phys()
790 selected_phys |= MGMT_PHY_LE_2M_RX; in get_selected_phys()
799 return selected_phys; in get_selected_phys()
4072 u32 selected_phys = __le32_to_cpu(cp->selected_phys); in set_default_phy_sync() local
4120 selected_phys = __le32_to_cpu(cp->selected_phys); in set_phy_configuration()
[all …]
/linux-6.15/include/net/bluetooth/
H A Dmgmt.h637 __le32 selected_phys; member
672 __le32 selected_phys; member
1119 __le32 selected_phys; member