Home
last modified time | relevance | path

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

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