Home
last modified time | relevance | path

Searched refs:le_tx_def_phys (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/include/net/bluetooth/
H A Dhci_core.h440 __u8 le_tx_def_phys;
1375 #define scan_1m(dev) (((dev)->le_tx_def_phys & HCI_LE_SET_PHY_1M) || \
1378 #define scan_2m(dev) (((dev)->le_tx_def_phys & HCI_LE_SET_PHY_2M) || \
1381 #define scan_coded(dev) (((dev)->le_tx_def_phys & HCI_LE_SET_PHY_CODED) || \
/kernel/linux/linux-6.6/include/net/bluetooth/
H A Dhci_core.h513 __u8 le_tx_def_phys; member
1844 #define scan_1m(dev) (((dev)->le_tx_def_phys & HCI_LE_SET_PHY_1M) || \
1849 #define scan_2m(dev) (((dev)->le_tx_def_phys & HCI_LE_SET_PHY_2M) || \
1856 #define scan_coded(dev) (((dev)->le_tx_def_phys & HCI_LE_SET_PHY_CODED) || \
/kernel/linux/linux-6.6/net/bluetooth/
H A Dhci_conn.c2209 hdev->le_tx_def_phys); in hci_bind_bis()
2287 le->le_tx_phy ? le->le_tx_phy : hdev->le_tx_def_phys); in hci_connect_cis()
H A Dmgmt.c792 if (hdev->le_tx_def_phys & HCI_LE_SET_PHY_1M) in get_selected_phys()
798 if (hdev->le_tx_def_phys & HCI_LE_SET_PHY_2M) in get_selected_phys()
804 if (hdev->le_tx_def_phys & HCI_LE_SET_PHY_CODED) in get_selected_phys()
H A Dhci_core.c2517 hdev->le_tx_def_phys = HCI_LE_SET_PHY_1M; in hci_alloc_dev_priv()
H A Dhci_sync.c4543 hdev->le_tx_def_phys = HCI_LE_SET_PHY_1M; in hci_le_set_default_phy_sync()
H A Dhci_event.c1442 hdev->le_tx_def_phys = cp->tx_phys; in hci_cc_le_set_default_phy()
/kernel/linux/linux-5.10/net/bluetooth/
H A Dhci_core.c894 cp.tx_phys = hdev->le_tx_def_phys; in hci_init4_req()
3640 hdev->le_tx_def_phys = HCI_LE_SET_PHY_1M; in hci_alloc_dev()
H A Dmgmt.c744 if (hdev->le_tx_def_phys & HCI_LE_SET_PHY_1M) in get_selected_phys()
750 if (hdev->le_tx_def_phys & HCI_LE_SET_PHY_2M) in get_selected_phys()
756 if (hdev->le_tx_def_phys & HCI_LE_SET_PHY_CODED) in get_selected_phys()
H A Dhci_event.c1172 hdev->le_tx_def_phys = cp->tx_phys; in hci_cc_le_set_default_phy()

Completed in 81 milliseconds