Home
last modified time | relevance | path

Searched refs:HCI_LE_SET_PHY_1M (Results 1 – 5 of 5) sorted by relevance

/linux/net/bluetooth/
H A Dhci_sync.c4702 hdev->le_tx_def_phys = HCI_LE_SET_PHY_1M; in hci_le_set_default_phy_sync()
4703 hdev->le_rx_def_phys = HCI_LE_SET_PHY_1M; in hci_le_set_default_phy_sync()
4709 cp.tx_phys = HCI_LE_SET_PHY_1M; in hci_le_set_default_phy_sync()
4710 cp.rx_phys = HCI_LE_SET_PHY_1M; in hci_le_set_default_phy_sync()
H A Dhci_conn.c2992 if (conn->le_tx_phy & HCI_LE_SET_PHY_1M) in hci_conn_get_phy()
2995 if (conn->le_rx_phy & HCI_LE_SET_PHY_1M) in hci_conn_get_phy()
H A Dhci_core.c2468 hdev->le_tx_def_phys = HCI_LE_SET_PHY_1M; in hci_alloc_dev_priv()
2469 hdev->le_rx_def_phys = HCI_LE_SET_PHY_1M; in hci_alloc_dev_priv()
H A Dmgmt.c780 if (hdev->le_tx_def_phys & HCI_LE_SET_PHY_1M) in get_selected_phys()
783 if (hdev->le_rx_def_phys & HCI_LE_SET_PHY_1M) in get_selected_phys()
4077 cp_phy.tx_phys |= HCI_LE_SET_PHY_1M; in set_default_phy_sync()
4086 cp_phy.rx_phys |= HCI_LE_SET_PHY_1M; in set_default_phy_sync()
/linux/include/net/bluetooth/
H A Dhci_core.h1904 #define scan_1m(dev) (((dev)->le_tx_def_phys & HCI_LE_SET_PHY_1M) || \
1905 ((dev)->le_rx_def_phys & HCI_LE_SET_PHY_1M))