Home
last modified time | relevance | path

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

/linux-3.4.99/net/bluetooth/
Dhci_conn.c310 if (lmp_sniffsubr_capable(hdev) && lmp_sniffsubr_capable(conn)) { in hci_conn_enter_sniff_mode()
/linux-3.4.99/include/net/bluetooth/
Dhci_core.h718 #define lmp_sniffsubr_capable(dev) ((dev)->features[5] & LMP_SNIFF_SUBR) macro