Home
last modified time | relevance | path

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

/Linux-v4.19/net/bluetooth/
Dmgmt.c622 u32 supported_phys = 0; in get_supported_phys() local
625 supported_phys |= MGMT_PHY_BR_1M_1SLOT; in get_supported_phys()
628 supported_phys |= MGMT_PHY_BR_1M_3SLOT; in get_supported_phys()
631 supported_phys |= MGMT_PHY_BR_1M_5SLOT; in get_supported_phys()
634 supported_phys |= MGMT_PHY_EDR_2M_1SLOT; in get_supported_phys()
637 supported_phys |= MGMT_PHY_EDR_2M_3SLOT; in get_supported_phys()
640 supported_phys |= MGMT_PHY_EDR_2M_5SLOT; in get_supported_phys()
643 supported_phys |= MGMT_PHY_EDR_3M_1SLOT; in get_supported_phys()
646 supported_phys |= MGMT_PHY_EDR_3M_3SLOT; in get_supported_phys()
649 supported_phys |= MGMT_PHY_EDR_3M_5SLOT; in get_supported_phys()
[all …]
/Linux-v4.19/include/net/bluetooth/
Dmgmt.h616 __le32 supported_phys; member