Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dhci_conn.c2891 if (conn->pkt_type & (HCI_DM5 | HCI_DH5)) in hci_conn_get_phy()
2978 pkt_type |= HCI_DM5 | HCI_DH5; in bt_phy_pkt_type()
2980 pkt_type &= ~(HCI_DM5 | HCI_DH5); in bt_phy_pkt_type()
H A Dmgmt.c749 if (hdev->pkt_type & (HCI_DM5 | HCI_DH5)) in get_selected_phys()
4279 pkt_type |= (HCI_DH5 | HCI_DM5); in set_phy_configuration()
4281 pkt_type &= ~(HCI_DH5 | HCI_DM5); in set_phy_configuration()
H A Dhci_event.c871 hdev->pkt_type |= (HCI_DM5 | HCI_DH5); in hci_cc_read_local_features()
/linux/include/net/bluetooth/
H A Dhci.h507 #define HCI_DM5 0x4000 macro