Home
last modified time | relevance | path

Searched refs:HCI_LE_PHY_2M (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/include/net/bluetooth/
Dhci.h593 #define HCI_LE_PHY_2M 0x01 macro
Dhci_core.h1846 #define le_2m_capable(dev) (((dev)->le_features[1] & HCI_LE_PHY_2M))
/linux-6.6.21/net/bluetooth/
Dmgmt.c737 if (hdev->le_features[1] & HCI_LE_PHY_2M) { in get_supported_phys()