Home
last modified time | relevance | path

Searched refs:HCI_LE_SET_PHY_2M (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/include/net/bluetooth/
H A Dhci_core.h1378 #define scan_2m(dev) (((dev)->le_tx_def_phys & HCI_LE_SET_PHY_2M) || \
1379 ((dev)->le_rx_def_phys & HCI_LE_SET_PHY_2M))
H A Dhci.h1679 #define HCI_LE_SET_PHY_2M 0x02 macro
/kernel/linux/linux-5.10/net/bluetooth/
H A Dhci_conn.c1887 if (conn->le_tx_phy & HCI_LE_SET_PHY_2M) in hci_conn_get_phy()
1890 if (conn->le_rx_phy & HCI_LE_SET_PHY_2M) in hci_conn_get_phy()
H A Dmgmt.c750 if (hdev->le_tx_def_phys & HCI_LE_SET_PHY_2M) in get_selected_phys()
753 if (hdev->le_rx_def_phys & HCI_LE_SET_PHY_2M) in get_selected_phys()
3588 cp_phy.tx_phys |= HCI_LE_SET_PHY_2M; in set_phy_configuration()
3597 cp_phy.rx_phys |= HCI_LE_SET_PHY_2M; in set_phy_configuration()
/kernel/linux/linux-6.6/include/net/bluetooth/
H A Dhci_core.h1849 #define scan_2m(dev) (((dev)->le_tx_def_phys & HCI_LE_SET_PHY_2M) || \
1850 ((dev)->le_rx_def_phys & HCI_LE_SET_PHY_2M))
H A Dhci.h1894 #define HCI_LE_SET_PHY_2M 0x02 macro
/kernel/linux/linux-6.6/net/bluetooth/
H A Dhci_conn.c2883 if (conn->le_tx_phy & HCI_LE_SET_PHY_2M) in hci_conn_get_phy()
2886 if (conn->le_rx_phy & HCI_LE_SET_PHY_2M) in hci_conn_get_phy()
H A Dhci_sync.c4555 cp.tx_phys |= HCI_LE_SET_PHY_2M; in hci_le_set_default_phy_sync()
4556 cp.rx_phys |= HCI_LE_SET_PHY_2M; in hci_le_set_default_phy_sync()
H A Dmgmt.c798 if (hdev->le_tx_def_phys & HCI_LE_SET_PHY_2M) in get_selected_phys()
801 if (hdev->le_rx_def_phys & HCI_LE_SET_PHY_2M) in get_selected_phys()
3976 cp_phy.tx_phys |= HCI_LE_SET_PHY_2M; in set_default_phy_sync()
3985 cp_phy.rx_phys |= HCI_LE_SET_PHY_2M; in set_default_phy_sync()

Completed in 52 milliseconds