Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dhci_sync.c4161 if (ll_ext_feature_capable(hdev) && hdev->commands[47] & BIT(2)) in hci_le_read_local_features_sync()
4571 if (ll_ext_feature_capable(hdev)) in hci_le_set_event_mask_sync()
4741 if (ll_ext_feature_capable(hdev) && hdev->commands[47] & BIT(4)) in hci_le_set_host_feature_sync()
7944 if (ll_ext_feature_capable(hdev) && hdev->commands[47] & BIT(3)) in hci_le_read_remote_features_sync()
/linux/include/net/bluetooth/
H A Dhci_core.h2095 #define ll_ext_feature_capable(dev) \ macro