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.h2056 #define sync_recv_capable(dev) \ macro
2058 #define sync_recv_enabled(dev) (le_enabled(dev) && sync_recv_capable(dev))
/linux/net/bluetooth/
H A Dmgmt.c855 if (sync_recv_capable(hdev)) in get_supported_settings()