Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/bluetooth/
Dhci_conn.c443 if (!lmp_sniff_capable(hdev) || !lmp_sniff_capable(conn)) in hci_conn_idle()
Dhci_debugfs.c601 if (lmp_sniff_capable(hdev)) { in hci_debugfs_create_bredr()
Dhci_core.c511 if (lmp_sniff_capable(hdev)) in hci_setup_link_policy()
/kernel/linux/linux-5.10/include/net/bluetooth/
Dhci_core.h1318 #define lmp_sniff_capable(dev) ((dev)->features[0][0] & LMP_SNIFF) macro