Home
last modified time | relevance | path

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

/openbmc/linux/include/net/bluetooth/
H A Dhci.h599 #define HCI_LE_PHY_2M 0x01 macro
H A Dhci_core.h1840 #define le_2m_capable(dev) (((dev)->le_features[1] & HCI_LE_PHY_2M))
/openbmc/linux/net/bluetooth/
H A Dmgmt.c725 if (hdev->le_features[1] & HCI_LE_PHY_2M) { in get_supported_phys()