Home
last modified time | relevance | path

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

/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h478 __u8 le_tx_def_phys; member
1837 #define scan_1m(dev) (((dev)->le_tx_def_phys & HCI_LE_SET_PHY_1M) || \
1842 #define scan_2m(dev) (((dev)->le_tx_def_phys & HCI_LE_SET_PHY_2M) || \
1849 #define scan_coded(dev) (((dev)->le_tx_def_phys & HCI_LE_SET_PHY_CODED) || \
/openbmc/linux/net/bluetooth/
H A Dhci_conn.c2171 hdev->le_tx_def_phys); in hci_bind_bis()
2262 le->le_tx_phy ? le->le_tx_phy : hdev->le_tx_def_phys); in hci_connect_cis()
H A Dmgmt.c780 if (hdev->le_tx_def_phys & HCI_LE_SET_PHY_1M) in get_selected_phys()
786 if (hdev->le_tx_def_phys & HCI_LE_SET_PHY_2M) in get_selected_phys()
792 if (hdev->le_tx_def_phys & HCI_LE_SET_PHY_CODED) in get_selected_phys()
H A Dhci_core.c2472 hdev->le_tx_def_phys = HCI_LE_SET_PHY_1M; in hci_alloc_dev_priv()
H A Dhci_sync.c4729 hdev->le_tx_def_phys = HCI_LE_SET_PHY_1M; in hci_le_set_default_phy_sync()
H A Dhci_event.c1383 hdev->le_tx_def_phys = cp->tx_phys; in hci_cc_le_set_default_phy()