Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci_core.h435 __u8 le_rx_def_phys; member
1377 ((dev)->le_rx_def_phys & HCI_LE_SET_PHY_1M))
1380 ((dev)->le_rx_def_phys & HCI_LE_SET_PHY_2M))
1383 ((dev)->le_rx_def_phys & HCI_LE_SET_PHY_CODED))
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_core.c895 cp.rx_phys = hdev->le_rx_def_phys; in hci_init4_req()
3636 hdev->le_rx_def_phys = HCI_LE_SET_PHY_1M; in hci_alloc_dev()
H A Dmgmt.c747 if (hdev->le_rx_def_phys & HCI_LE_SET_PHY_1M) in get_selected_phys()
753 if (hdev->le_rx_def_phys & HCI_LE_SET_PHY_2M) in get_selected_phys()
759 if (hdev->le_rx_def_phys & HCI_LE_SET_PHY_CODED) in get_selected_phys()
H A Dhci_event.c1171 hdev->le_rx_def_phys = cp->rx_phys; in hci_cc_le_set_default_phy()