Home
last modified time | relevance | path

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

/linux-6.6.21/net/bluetooth/
Dhci_sync.c4537 hdev->le_tx_def_phys = HCI_LE_SET_PHY_1M; in hci_le_set_default_phy_sync()
4538 hdev->le_rx_def_phys = HCI_LE_SET_PHY_1M; in hci_le_set_default_phy_sync()
4544 cp.tx_phys = HCI_LE_SET_PHY_1M; in hci_le_set_default_phy_sync()
4545 cp.rx_phys = HCI_LE_SET_PHY_1M; in hci_le_set_default_phy_sync()
Dhci_conn.c2881 if (conn->le_tx_phy & HCI_LE_SET_PHY_1M) in hci_conn_get_phy()
2884 if (conn->le_rx_phy & HCI_LE_SET_PHY_1M) in hci_conn_get_phy()
Dhci_core.c2516 hdev->le_tx_def_phys = HCI_LE_SET_PHY_1M; in hci_alloc_dev_priv()
2517 hdev->le_rx_def_phys = HCI_LE_SET_PHY_1M; in hci_alloc_dev_priv()
Dmgmt.c792 if (hdev->le_tx_def_phys & HCI_LE_SET_PHY_1M) in get_selected_phys()
795 if (hdev->le_rx_def_phys & HCI_LE_SET_PHY_1M) in get_selected_phys()
4040 cp_phy.tx_phys |= HCI_LE_SET_PHY_1M; in set_default_phy_sync()
4049 cp_phy.rx_phys |= HCI_LE_SET_PHY_1M; in set_default_phy_sync()
/linux-6.6.21/include/net/bluetooth/
Dhci_core.h1843 #define scan_1m(dev) (((dev)->le_tx_def_phys & HCI_LE_SET_PHY_1M) || \
1844 ((dev)->le_rx_def_phys & HCI_LE_SET_PHY_1M))
Dhci.h1895 #define HCI_LE_SET_PHY_1M 0x01 macro