We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eccb3e9 commit fa2c363Copy full SHA for fa2c363
connectivity/FEATURE_BLE/include/ble/gatt/GattCharacteristic.h
@@ -1784,10 +1784,12 @@ class GattCharacteristic {
1784
return _descriptors[index];
1785
}
1786
1787
+
1788
private:
1789
1790
friend ble::impl::GattServer;
1791
1792
+#if !defined(DOXYGEN_ONLY)
1793
/**
1794
* Sets this GattCharacteristic's implicitly-created CCCD, if
1795
* applicable.
@@ -1799,6 +1801,8 @@ class GattCharacteristic {
1799
1801
void setImplicitCCCD(GattAttribute *implicit_cccd) {
1800
1802
_implicit_cccd = implicit_cccd;
1803
1804
+#endif // !defined(DOXYGEN_ONLY)
1805
1806
1807
1808
0 commit comments