Searched refs:HCI_LE_SET_PHY_CODED (Results 1 – 4 of 4) sorted by relevance
1881 if (conn->le_tx_phy & HCI_LE_SET_PHY_CODED) in hci_conn_get_phy()1884 if (conn->le_rx_phy & HCI_LE_SET_PHY_CODED) in hci_conn_get_phy()
753 if (hdev->le_tx_def_phys & HCI_LE_SET_PHY_CODED) in get_selected_phys()756 if (hdev->le_rx_def_phys & HCI_LE_SET_PHY_CODED) in get_selected_phys()3583 cp_phy.tx_phys |= HCI_LE_SET_PHY_CODED; in set_phy_configuration()3592 cp_phy.rx_phys |= HCI_LE_SET_PHY_CODED; in set_phy_configuration()
1362 #define scan_coded(dev) (((dev)->le_tx_def_phys & HCI_LE_SET_PHY_CODED) || \1363 ((dev)->le_rx_def_phys & HCI_LE_SET_PHY_CODED))
1672 #define HCI_LE_SET_PHY_CODED 0x04 macro