Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasssvaz committed Feb 5, 2025
1 parent 3917c49 commit f184591
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libraries/BLE/src/BLEAdvertisedDevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ class BLEAdvertisedDevice {
const std::vector<uint8_t>::const_iterator end() const;

// Compatibility with Bluedroid
[[deprecated]] ble_frame_type_t getFrameType() const;
[[deprecated]]
ble_frame_type_t getFrameType() const;

/**
* @brief A template to convert the service data to <type\>.
Expand Down

0 comments on commit f184591

Please sign in to comment.