Home
last modified time | relevance | path

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

/openbmc/linux/include/net/bluetooth/
H A Dhci.h585 #define HCI_LE_PHY_CODED 0x08 macro
H A Dhci_core.h1809 #define le_coded_capable(dev) (((dev)->le_features[1] & HCI_LE_PHY_CODED) && \
/openbmc/linux/net/bluetooth/
H A Dmgmt.c730 if (hdev->le_features[1] & HCI_LE_PHY_CODED) { in get_supported_phys()