Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dhci_conn.c1953 cis->le_rx_phy = qos->ucast.in.phy; in hci_bind_cis()
2322 le->le_rx_phy ? le->le_rx_phy : hdev->le_rx_def_phys); in hci_connect_cis()
2913 if (conn->le_rx_phy & HCI_LE_SET_PHY_1M) in hci_conn_get_phy()
2919 if (conn->le_rx_phy & HCI_LE_SET_PHY_2M) in hci_conn_get_phy()
2925 if (conn->le_rx_phy & HCI_LE_SET_PHY_CODED) in hci_conn_get_phy()
H A Dhci_event.c6635 conn->le_rx_phy = ev->rx_phy; in hci_le_phy_update_evt()
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h713 __u8 le_rx_phy; member