Home
last modified time | relevance | path

Searched refs:lmp_sniffsubr_capable (Results 1 – 3 of 3) sorted by relevance

/linux/net/bluetooth/
H A Dhci_conn.c597 if (lmp_sniffsubr_capable(hdev) && lmp_sniffsubr_capable(conn)) { in hci_conn_idle()
H A Dhci_sync.c4029 if (lmp_sniffsubr_capable(hdev)) in hci_set_event_mask_sync()
/linux/include/net/bluetooth/
H A Dhci_core.h1865 #define lmp_sniffsubr_capable(dev) ((dev)->features[0][5] & LMP_SNIFF_SUBR) macro