Home
last modified time | relevance | path

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

/Linux-v6.6/net/bluetooth/
Dhci_debugfs.c653 if (lmp_sniff_capable(hdev)) { in hci_debugfs_create_bredr()
Dhci_conn.c643 if (!lmp_sniff_capable(hdev) || !lmp_sniff_capable(conn)) in hci_conn_idle()
Dhci_sync.c3923 if (lmp_sniff_capable(hdev)) in hci_setup_link_policy_sync()
/Linux-v6.6/include/net/bluetooth/
Dhci_core.h1767 #define lmp_sniff_capable(dev) ((dev)->features[0][0] & LMP_SNIFF) macro