Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/bluetooth/
Dhci.h361 #define HCI_DH3 0x0800 macro
/kernel/linux/linux-5.10/net/bluetooth/
Dhci_conn.c1811 if (conn->pkt_type & (HCI_DM3 | HCI_DH3)) in hci_conn_get_phy()
Dmgmt.c710 if (hdev->pkt_type & (HCI_DM3 | HCI_DH3)) in get_selected_phys()
3506 pkt_type |= (HCI_DH3 | HCI_DM3); in set_phy_configuration()
3508 pkt_type &= ~(HCI_DH3 | HCI_DM3); in set_phy_configuration()
Dhci_event.c659 hdev->pkt_type |= (HCI_DM3 | HCI_DH3); in hci_cc_read_local_features()