Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dhci_conn.c1977 cis->le_tx_phy = qos->ucast.out.phy; in hci_bind_cis()
2230 conn->le_tx_phy = qos->bcast.out.phy; in hci_bind_bis()
2231 conn->le_tx_phy = qos->bcast.out.phy; in hci_bind_bis()
2240 conn->le_tx_phy ? conn->le_tx_phy : in hci_bind_bis()
2360 le->le_tx_phy ? le->le_tx_phy : hdev->le_tx_def_phys); in hci_connect_cis()
2931 if (conn->le_tx_phy & HCI_LE_SET_PHY_1M) in hci_conn_get_phy()
2937 if (conn->le_tx_phy & HCI_LE_SET_PHY_2M) in hci_conn_get_phy()
2943 if (conn->le_tx_phy & HCI_LE_SET_PHY_CODED) in hci_conn_get_phy()
H A Dhci_event.c6825 conn->le_tx_phy = ev->tx_phy; in hci_le_phy_update_evt()
/linux/include/net/bluetooth/
H A Dhci_core.h733 __u8 le_tx_phy; member