Home
last modified time | relevance | path

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

/linux/include/net/bluetooth/
H A Dhci_core.h2080 #define sync_recv_capable(dev) \ macro
2082 #define sync_recv_enabled(dev) (le_enabled(dev) && sync_recv_capable(dev))
/linux/net/bluetooth/
H A Dmgmt.c852 if (sync_recv_capable(hdev)) in get_supported_settings()