Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/bluetooth/
Dhci_core.h324 __u8 le_rx_def_phys; member
1175 ((dev)->le_rx_def_phys & HCI_LE_SET_PHY_1M))
1178 ((dev)->le_rx_def_phys & HCI_LE_SET_PHY_2M))
1181 ((dev)->le_rx_def_phys & HCI_LE_SET_PHY_CODED))
/Linux-v4.19/net/bluetooth/
Dhci_core.c855 cp.rx_phys = hdev->le_rx_def_phys; in hci_init4_req()
3088 hdev->le_rx_def_phys = HCI_LE_SET_PHY_1M; in hci_alloc_dev()
Dmgmt.c716 if (hdev->le_rx_def_phys & HCI_LE_SET_PHY_1M) in get_selected_phys()
722 if (hdev->le_rx_def_phys & HCI_LE_SET_PHY_2M) in get_selected_phys()
728 if (hdev->le_rx_def_phys & HCI_LE_SET_PHY_CODED) in get_selected_phys()
Dhci_event.c1062 hdev->le_rx_def_phys = cp->rx_phys; in hci_cc_le_set_default_phy()