Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dmsft.h28 bool msft_curve_validity(struct hci_dev *hdev);
73 static inline bool msft_curve_validity(struct hci_dev *hdev) in msft_curve_validity() function
H A Dmsft.c180 hdev->msft_curve_validity = true; in read_supported_features()
1199 bool msft_curve_validity(struct hci_dev *hdev) in msft_curve_validity() function
1201 return hdev->msft_curve_validity; in msft_curve_validity()
H A Dmgmt.c4242 if ((hdev->commands[41] & 0x08) || msft_curve_validity(hdev)) in read_controller_cap()
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h625 bool msft_curve_validity; member