Home
last modified time | relevance | path

Searched refs:HCI_LE_SET_PHY_1M (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/include/net/bluetooth/
H A Dhci_core.h1375 #define scan_1m(dev) (((dev)->le_tx_def_phys & HCI_LE_SET_PHY_1M) || \
1376 ((dev)->le_rx_def_phys & HCI_LE_SET_PHY_1M))
H A Dhci.h1678 #define HCI_LE_SET_PHY_1M 0x01 macro
/kernel/linux/linux-5.10/net/bluetooth/
H A Dhci_conn.c1881 if (conn->le_tx_phy & HCI_LE_SET_PHY_1M) in hci_conn_get_phy()
1884 if (conn->le_rx_phy & HCI_LE_SET_PHY_1M) in hci_conn_get_phy()
H A Dmgmt.c744 if (hdev->le_tx_def_phys & HCI_LE_SET_PHY_1M) in get_selected_phys()
747 if (hdev->le_rx_def_phys & HCI_LE_SET_PHY_1M) in get_selected_phys()
3585 cp_phy.tx_phys |= HCI_LE_SET_PHY_1M; in set_phy_configuration()
3594 cp_phy.rx_phys |= HCI_LE_SET_PHY_1M; in set_phy_configuration()
H A Dhci_core.c3640 hdev->le_tx_def_phys = HCI_LE_SET_PHY_1M; in hci_alloc_dev()
3641 hdev->le_rx_def_phys = HCI_LE_SET_PHY_1M; in hci_alloc_dev()
/kernel/linux/linux-6.6/net/bluetooth/
H A Dhci_sync.c4543 hdev->le_tx_def_phys = HCI_LE_SET_PHY_1M; in hci_le_set_default_phy_sync()
4544 hdev->le_rx_def_phys = HCI_LE_SET_PHY_1M; in hci_le_set_default_phy_sync()
4550 cp.tx_phys = HCI_LE_SET_PHY_1M; in hci_le_set_default_phy_sync()
4551 cp.rx_phys = HCI_LE_SET_PHY_1M; in hci_le_set_default_phy_sync()
H A Dhci_conn.c2877 if (conn->le_tx_phy & HCI_LE_SET_PHY_1M) in hci_conn_get_phy()
2880 if (conn->le_rx_phy & HCI_LE_SET_PHY_1M) in hci_conn_get_phy()
H A Dhci_core.c2517 hdev->le_tx_def_phys = HCI_LE_SET_PHY_1M; in hci_alloc_dev_priv()
2518 hdev->le_rx_def_phys = HCI_LE_SET_PHY_1M; in hci_alloc_dev_priv()
H A 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()
3973 cp_phy.tx_phys |= HCI_LE_SET_PHY_1M; in set_default_phy_sync()
3982 cp_phy.rx_phys |= HCI_LE_SET_PHY_1M; in set_default_phy_sync()
/kernel/linux/linux-6.6/include/net/bluetooth/
H A Dhci_core.h1844 #define scan_1m(dev) (((dev)->le_tx_def_phys & HCI_LE_SET_PHY_1M) || \
1845 ((dev)->le_rx_def_phys & HCI_LE_SET_PHY_1M))
H A Dhci.h1893 #define HCI_LE_SET_PHY_1M 0x01 macro

Completed in 61 milliseconds