We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3917c49 commit f184591Copy full SHA for f184591
libraries/BLE/src/BLEAdvertisedDevice.h
@@ -104,7 +104,8 @@ class BLEAdvertisedDevice {
104
const std::vector<uint8_t>::const_iterator end() const;
105
106
// Compatibility with Bluedroid
107
- [[deprecated]] ble_frame_type_t getFrameType() const;
+ [[deprecated]]
108
+ ble_frame_type_t getFrameType() const;
109
110
/**
111
* @brief A template to convert the service data to <type\>.
0 commit comments