Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dhci_debugfs.c661 if (lmp_sniff_capable(hdev)) { in hci_debugfs_create_bredr()
H A Dhci_conn.c590 if (!lmp_sniff_capable(hdev) || !lmp_sniff_capable(conn)) in hci_conn_idle()
H A Dhci_sync.c4115 if (lmp_sniff_capable(hdev)) in hci_setup_link_policy_sync()
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h1769 #define lmp_sniff_capable(dev) ((dev)->features[0][0] & LMP_SNIFF) macro