Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dmgmt.h634 #define MGMT_PHY_EDR_2M_1SLOT 0x00000008 macro
648 MGMT_PHY_BR_1M_5SLOT | MGMT_PHY_EDR_2M_1SLOT | \
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dmgmt.c665 supported_phys |= MGMT_PHY_EDR_2M_1SLOT; in get_supported_phys()
718 selected_phys |= MGMT_PHY_EDR_2M_1SLOT; in get_selected_phys()
3515 if (selected_phys & MGMT_PHY_EDR_2M_1SLOT) in set_phy_configuration()