Home
last modified time | relevance | path

Searched refs:le_sci_capable (Results 1 – 4 of 4) sorted by relevance

/linux/include/net/bluetooth/
H A Dhci_core.h2104 #define le_sci_capable(dev) \ macro
2107 (le_enabled(dev) && le_sci_capable(dev))
/linux/net/bluetooth/
H A Dhci_sync.c4581 if (le_sci_capable(hdev)) in hci_le_set_event_mask_sync()
4754 if (!le_sci_capable(hdev)) in hci_le_read_conn_interval_sync()
4767 if (!le_sci_capable(hdev)) in hci_le_set_def_rate_sync()
4822 if (le_sci_capable(hdev)) in hci_le_set_host_features_sync()
H A Dmgmt.c864 if (le_sci_capable(hdev)) in get_supported_settings()
8206 if (!lmp_le_capable(hdev) || !le_sci_capable(hdev)) in load_conn_subrate()
H A Dhci_event.c5913 if (conn->role == HCI_ROLE_MASTER && le_sci_capable(hdev)) { in le_conn_complete_evt()