Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/bluetooth/
Dhci.h298 #define HCI_DM3 0x0400 macro
/Linux-v4.19/net/bluetooth/
Dmgmt.c679 if (hdev->pkt_type & (HCI_DM3 | HCI_DH3)) in get_selected_phys()
3436 pkt_type |= (HCI_DH3 | HCI_DM3); in set_phy_configuration()
3438 pkt_type &= ~(HCI_DH3 | HCI_DM3); in set_phy_configuration()
Dhci_event.c598 hdev->pkt_type |= (HCI_DM3 | HCI_DH3); in hci_cc_read_local_features()