Home
last modified time | relevance | path

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

/linux-6.1.9/net/bluetooth/
Dmgmt.c701 u32 supported_phys = 0; in get_supported_phys() local
704 supported_phys |= MGMT_PHY_BR_1M_1SLOT; in get_supported_phys()
707 supported_phys |= MGMT_PHY_BR_1M_3SLOT; in get_supported_phys()
710 supported_phys |= MGMT_PHY_BR_1M_5SLOT; in get_supported_phys()
713 supported_phys |= MGMT_PHY_EDR_2M_1SLOT; in get_supported_phys()
716 supported_phys |= MGMT_PHY_EDR_2M_3SLOT; in get_supported_phys()
719 supported_phys |= MGMT_PHY_EDR_2M_5SLOT; in get_supported_phys()
722 supported_phys |= MGMT_PHY_EDR_3M_1SLOT; in get_supported_phys()
725 supported_phys |= MGMT_PHY_EDR_3M_3SLOT; in get_supported_phys()
728 supported_phys |= MGMT_PHY_EDR_3M_5SLOT; in get_supported_phys()
[all …]
/linux-6.1.9/include/net/bluetooth/
Dmgmt.h630 __le32 supported_phys; member