Home
last modified time | relevance | path

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

/linux/include/net/bluetooth/
H A Dbluetooth.h137 #define BT_PHY_EDR_2M_3SLOT BIT(4) macro
151 BT_PHY_EDR_2M_3SLOT | BT_PHY_EDR_2M_5SLOT | \
/linux/net/bluetooth/
H A Dhci_conn.c2987 phys |= BT_PHY_EDR_2M_3SLOT; in hci_conn_get_phy()
3018 phys |= BT_PHY_EDR_2M_3SLOT; in hci_conn_get_phy()
3073 if (phys & BT_PHY_EDR_2M_3SLOT) in bt_phy_pkt_type()