Home
last modified time | relevance | path

Searched refs:le_rx_phy (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/net/bluetooth/
Dhci_conn.c1872 if (conn->le_rx_phy & HCI_LE_SET_PHY_1M) in hci_conn_get_phy()
1878 if (conn->le_rx_phy & HCI_LE_SET_PHY_2M) in hci_conn_get_phy()
1884 if (conn->le_rx_phy & HCI_LE_SET_PHY_CODED) in hci_conn_get_phy()
Dhci_event.c5973 conn->le_rx_phy = ev->rx_phy; in hci_le_phy_update_evt()
/kernel/linux/linux-5.10/include/net/bluetooth/
Dhci_core.h635 __u8 le_rx_phy; member