Home
last modified time | relevance | path

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

/linux/net/bluetooth/
A Dmgmt.c659 u32 supported_phys = 0; in get_supported_phys() local
662 supported_phys |= MGMT_PHY_BR_1M_1SLOT; in get_supported_phys()
665 supported_phys |= MGMT_PHY_BR_1M_3SLOT; in get_supported_phys()
668 supported_phys |= MGMT_PHY_BR_1M_5SLOT; in get_supported_phys()
692 supported_phys |= MGMT_PHY_LE_1M_TX; in get_supported_phys()
693 supported_phys |= MGMT_PHY_LE_1M_RX; in get_supported_phys()
696 supported_phys |= MGMT_PHY_LE_2M_TX; in get_supported_phys()
697 supported_phys |= MGMT_PHY_LE_2M_RX; in get_supported_phys()
701 supported_phys |= MGMT_PHY_LE_CODED_TX; in get_supported_phys()
706 return supported_phys; in get_supported_phys()
[all …]
/linux/include/net/bluetooth/
A Dmgmt.h630 __le32 supported_phys; member

Completed in 27 milliseconds