Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_conn.c1875 if (conn->le_tx_phy & HCI_LE_SET_PHY_2M) in hci_conn_get_phy()
1878 if (conn->le_rx_phy & HCI_LE_SET_PHY_2M) in hci_conn_get_phy()
H A Dmgmt.c750 if (hdev->le_tx_def_phys & HCI_LE_SET_PHY_2M) in get_selected_phys()
753 if (hdev->le_rx_def_phys & HCI_LE_SET_PHY_2M) in get_selected_phys()
3583 cp_phy.tx_phys |= HCI_LE_SET_PHY_2M; in set_phy_configuration()
3592 cp_phy.rx_phys |= HCI_LE_SET_PHY_2M; in set_phy_configuration()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci_core.h1379 #define scan_2m(dev) (((dev)->le_tx_def_phys & HCI_LE_SET_PHY_2M) || \
1380 ((dev)->le_rx_def_phys & HCI_LE_SET_PHY_2M))
H A Dhci.h1679 #define HCI_LE_SET_PHY_2M 0x02 macro