Home
last modified time | relevance | path

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

/Linux-v4.19/net/bluetooth/
Dhci_conn.c435 if (!lmp_sniff_capable(hdev) || !lmp_sniff_capable(conn)) in hci_conn_idle()
Dhci_debugfs.c552 if (lmp_sniff_capable(hdev)) { in hci_debugfs_create_bredr()
Dhci_core.c508 if (lmp_sniff_capable(hdev)) in hci_setup_link_policy()
/Linux-v4.19/include/net/bluetooth/
Dhci_core.h1134 #define lmp_sniff_capable(dev) ((dev)->features[0][0] & LMP_SNIFF) macro