Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dhci_conn.c2983 if (conn->pkt_type & (HCI_DM3 | HCI_DH3)) in hci_conn_get_phy()
3068 pkt_type |= HCI_DM3 | HCI_DH3; in bt_phy_pkt_type()
3070 pkt_type &= ~(HCI_DM3 | HCI_DH3); in bt_phy_pkt_type()
H A Dmgmt.c743 if (hdev->pkt_type & (HCI_DM3 | HCI_DH3)) in get_selected_phys()
4355 pkt_type |= (HCI_DH3 | HCI_DM3); in set_phy_configuration()
4357 pkt_type &= ~(HCI_DH3 | HCI_DM3); in set_phy_configuration()
H A Dhci_event.c870 hdev->pkt_type |= (HCI_DM3 | HCI_DH3); in hci_cc_read_local_features()
/linux/include/net/bluetooth/
H A Dhci.h503 #define HCI_DM3 0x0400 macro