Home
last modified time | relevance | path

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

/linux/net/bluetooth/
A Dmgmt.c688 u32 supported_phys = 0; in get_supported_phys() local
691 supported_phys |= MGMT_PHY_BR_1M_1SLOT; in get_supported_phys()
694 supported_phys |= MGMT_PHY_BR_1M_3SLOT; in get_supported_phys()
697 supported_phys |= MGMT_PHY_BR_1M_5SLOT; in get_supported_phys()
721 supported_phys |= MGMT_PHY_LE_1M_TX; in get_supported_phys()
722 supported_phys |= MGMT_PHY_LE_1M_RX; in get_supported_phys()
725 supported_phys |= MGMT_PHY_LE_2M_TX; in get_supported_phys()
726 supported_phys |= MGMT_PHY_LE_2M_RX; in get_supported_phys()
730 supported_phys |= MGMT_PHY_LE_CODED_TX; in get_supported_phys()
735 return supported_phys; in get_supported_phys()
[all …]
/linux/include/net/bluetooth/
A Dmgmt.h634 __le32 supported_phys; member

Completed in 732 milliseconds