Searched refs:HCI_LE_SET_PHY_1M (Results 1 – 5 of 5) sorted by relevance
1785 if (conn->le_tx_phy & HCI_LE_SET_PHY_1M) in hci_conn_get_phy()1788 if (conn->le_rx_phy & HCI_LE_SET_PHY_1M) in hci_conn_get_phy()
2475 hdev->le_tx_def_phys = HCI_LE_SET_PHY_1M; in hci_alloc_dev_priv()2476 hdev->le_rx_def_phys = HCI_LE_SET_PHY_1M; in hci_alloc_dev_priv()
788 if (hdev->le_tx_def_phys & HCI_LE_SET_PHY_1M) in get_selected_phys()791 if (hdev->le_rx_def_phys & HCI_LE_SET_PHY_1M) in get_selected_phys()3579 cp_phy.tx_phys |= HCI_LE_SET_PHY_1M; in set_default_phy_sync()3588 cp_phy.rx_phys |= HCI_LE_SET_PHY_1M; in set_default_phy_sync()
1477 #define scan_1m(dev) (((dev)->le_tx_def_phys & HCI_LE_SET_PHY_1M) || \1478 ((dev)->le_rx_def_phys & HCI_LE_SET_PHY_1M))
1827 #define HCI_LE_SET_PHY_1M 0x01 macro