Home
last modified time | relevance | path

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

/Linux-v5.15/net/bluetooth/
Dmgmt.c658 u32 supported_phys = 0; in get_supported_phys() local
661 supported_phys |= MGMT_PHY_BR_1M_1SLOT; in get_supported_phys()
664 supported_phys |= MGMT_PHY_BR_1M_3SLOT; in get_supported_phys()
667 supported_phys |= MGMT_PHY_BR_1M_5SLOT; in get_supported_phys()
670 supported_phys |= MGMT_PHY_EDR_2M_1SLOT; in get_supported_phys()
673 supported_phys |= MGMT_PHY_EDR_2M_3SLOT; in get_supported_phys()
676 supported_phys |= MGMT_PHY_EDR_2M_5SLOT; in get_supported_phys()
679 supported_phys |= MGMT_PHY_EDR_3M_1SLOT; in get_supported_phys()
682 supported_phys |= MGMT_PHY_EDR_3M_3SLOT; in get_supported_phys()
685 supported_phys |= MGMT_PHY_EDR_3M_5SLOT; in get_supported_phys()
[all …]
/Linux-v5.15/include/net/bluetooth/
Dmgmt.h630 __le32 supported_phys; member