Home
last modified time | relevance | path

Searched refs:MGMT_PHY_LE_2M_RX (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/net/bluetooth/
H A Dmgmt.h643 #define MGMT_PHY_LE_2M_RX 0x00001000 macro
653 MGMT_PHY_LE_2M_TX | MGMT_PHY_LE_2M_RX | \
657 #define MGMT_PHY_LE_RX_MASK (MGMT_PHY_LE_1M_RX | MGMT_PHY_LE_2M_RX | \
/kernel/linux/linux-6.6/include/net/bluetooth/
H A Dmgmt.h652 #define MGMT_PHY_LE_2M_RX BIT(12) macro
662 MGMT_PHY_LE_2M_TX | MGMT_PHY_LE_2M_RX | \
666 #define MGMT_PHY_LE_RX_MASK (MGMT_PHY_LE_1M_RX | MGMT_PHY_LE_2M_RX | \
/kernel/linux/linux-5.10/net/bluetooth/
H A Dmgmt.c691 supported_phys |= MGMT_PHY_LE_2M_RX; in get_supported_phys()
754 selected_phys |= MGMT_PHY_LE_2M_RX; in get_selected_phys()
3596 if (selected_phys & MGMT_PHY_LE_2M_RX) in set_phy_configuration()
/kernel/linux/linux-6.6/net/bluetooth/
H A Dmgmt.c739 supported_phys |= MGMT_PHY_LE_2M_RX; in get_supported_phys()
802 selected_phys |= MGMT_PHY_LE_2M_RX; in get_selected_phys()
3984 if (selected_phys & MGMT_PHY_LE_2M_RX) in set_default_phy_sync()

Completed in 29 milliseconds