Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/bluetooth/
Dhci_core.h435 __u8 le_tx_def_phys; member
1371 #define scan_1m(dev) (((dev)->le_tx_def_phys & HCI_LE_SET_PHY_1M) || \
1374 #define scan_2m(dev) (((dev)->le_tx_def_phys & HCI_LE_SET_PHY_2M) || \
1377 #define scan_coded(dev) (((dev)->le_tx_def_phys & HCI_LE_SET_PHY_CODED) || \
/kernel/linux/linux-5.10/net/bluetooth/
Dhci_core.c894 cp.tx_phys = hdev->le_tx_def_phys; in hci_init4_req()
3638 hdev->le_tx_def_phys = HCI_LE_SET_PHY_1M; in hci_alloc_dev()
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()
Dhci_event.c1170 hdev->le_tx_def_phys = cp->tx_phys; in hci_cc_le_set_default_phy()