Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dmgmt.c689 u32 supported_phys = 0; in get_supported_phys() local
692 supported_phys |= MGMT_PHY_BR_1M_1SLOT; in get_supported_phys()
695 supported_phys |= MGMT_PHY_BR_1M_3SLOT; in get_supported_phys()
698 supported_phys |= MGMT_PHY_BR_1M_5SLOT; in get_supported_phys()
701 supported_phys |= MGMT_PHY_EDR_2M_1SLOT; in get_supported_phys()
704 supported_phys |= MGMT_PHY_EDR_2M_3SLOT; in get_supported_phys()
707 supported_phys |= MGMT_PHY_EDR_2M_5SLOT; in get_supported_phys()
710 supported_phys |= MGMT_PHY_EDR_3M_1SLOT; in get_supported_phys()
713 supported_phys |= MGMT_PHY_EDR_3M_3SLOT; in get_supported_phys()
716 supported_phys | in get_supported_phys()
4039 u32 selected_phys, configurable_phys, supported_phys, unconfigure_phys; set_phy_configuration() local
[all...]
/openbmc/linux/include/net/bluetooth/
H A Dmgmt.h634 __le32 supported_phys; member