Home
last modified time | relevance | path

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

/linux/include/net/bluetooth/
H A Dhci_core.h2061 #define past_sender_capable(dev) \ macro
2066 (past_sender_capable(dev) || past_receiver_capable(dev))
2068 (le_enabled(dev) && past_sender_capable(dev))
/linux/net/bluetooth/
H A Dhci_sync.c7364 if (!past_sender_capable(conn->hdev)) in hci_past_sync()
H A Dmgmt.c861 if (past_sender_capable(hdev)) in get_supported_settings()