Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/bluetooth/
H A Dmgmt.h640 #define MGMT_PHY_LE_1M_TX 0x00000200 macro
652 #define MGMT_PHY_LE_MASK (MGMT_PHY_LE_1M_TX | MGMT_PHY_LE_1M_RX | \
655 #define MGMT_PHY_LE_TX_MASK (MGMT_PHY_LE_1M_TX | MGMT_PHY_LE_2M_TX | \
/kernel/linux/linux-6.6/include/net/bluetooth/
H A Dmgmt.h649 #define MGMT_PHY_LE_1M_TX BIT(9) macro
661 #define MGMT_PHY_LE_MASK (MGMT_PHY_LE_1M_TX | MGMT_PHY_LE_1M_RX | \
664 #define MGMT_PHY_LE_TX_MASK (MGMT_PHY_LE_1M_TX | MGMT_PHY_LE_2M_TX | \
/kernel/linux/linux-5.10/net/bluetooth/
H A Dmgmt.c686 supported_phys |= MGMT_PHY_LE_1M_TX; in get_supported_phys()
745 selected_phys |= MGMT_PHY_LE_1M_TX; in get_selected_phys()
769 ~MGMT_PHY_LE_1M_TX & ~MGMT_PHY_LE_1M_RX); in get_configurable_phys()
3584 if (selected_phys & MGMT_PHY_LE_1M_TX) in set_phy_configuration()
/kernel/linux/linux-6.6/net/bluetooth/
H A Dmgmt.c734 supported_phys |= MGMT_PHY_LE_1M_TX; in get_supported_phys()
793 selected_phys |= MGMT_PHY_LE_1M_TX; in get_selected_phys()
817 ~MGMT_PHY_LE_1M_TX & ~MGMT_PHY_LE_1M_RX); in get_configurable_phys()
3972 if (selected_phys & MGMT_PHY_LE_1M_TX) in set_default_phy_sync()

Completed in 28 milliseconds