Home
last modified time | relevance | path

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

/linux/include/net/bluetooth/
H A Dbluetooth.h154 #define BT_PHY_LE_MASK (BT_PHY_LE_1M_TX | BT_PHY_LE_1M_RX | \ macro
/linux/net/bluetooth/
H A Dhci_conn.c3145 if (phys & ~BT_PHY_LE_MASK) in hci_conn_set_phy()