Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dhci_sync.c6549 if (scan_1m(hdev) && (conn->le_adv_phy == HCI_ADV_PHY_1M || in hci_le_ext_create_conn_sync()
6558 if (scan_2m(hdev) && (conn->le_adv_phy == HCI_ADV_PHY_2M || in hci_le_ext_create_conn_sync()
6567 if (scan_coded(hdev) && (conn->le_adv_phy == HCI_ADV_PHY_CODED || in hci_le_ext_create_conn_sync()
H A Dhci_conn.c1507 conn->le_adv_phy = phy; in hci_connect_le()
/linux/include/net/bluetooth/
H A Dhci_core.h731 __u8 le_adv_phy; member