Skip to content

Commit

Permalink
Fix comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
bakerstu committed Jul 28, 2024
1 parent 2459361 commit 109a67d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ble/Advertisement.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public:
LE_BR_EDR_CONTROLLER = 0x08, ///< BLE + BR/EDR controller
LE_BR_EDR_HOST = 0x10, ///< BLE + BR/EDR Host
LE_ONLY_LIMITED_DISC_MODE = 0x05, ///< BLE only limited discovery mode
LE_ONLY_GENERAL_DISC_MODE = 0x06, ///< BEE only limited discovery mode
LE_ONLY_GENERAL_DISC_MODE = 0x06, ///< BEE only general discovery mode
};

/// Constructor.
Expand Down

0 comments on commit 109a67d

Please sign in to comment.