Home
last modified time | relevance | path

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

/linux-6.15/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()
722 supported_phys |= MGMT_PHY_LE_1M_TX; in get_supported_phys()
723 supported_phys |= MGMT_PHY_LE_1M_RX; in get_supported_phys()
726 supported_phys |= MGMT_PHY_LE_2M_TX; in get_supported_phys()
727 supported_phys |= MGMT_PHY_LE_2M_RX; in get_supported_phys()
731 supported_phys |= MGMT_PHY_LE_CODED_TX; in get_supported_phys()
736 return supported_phys; in get_supported_phys()
[all …]
/linux-6.15/include/net/bluetooth/
H A Dmgmt.h635 __le32 supported_phys; member