Files
esp-nimble-cpp/src
h2zero c2ab790e1d [BREAKING] Refactor NimBLEAdvertised device.
* Construct the device with the parameters from the advertisement in the initialization list.
* Removed no longer needed methods; setAddress, setAdvType, setRSSI, setSetId, setPrimaryPhy, setSecondaryPhy, setPeriodicInterval.
* Removed `hasRSSI()` method, the RSSI is always reported so this is redundant.
* Replace setPayload with new method; `update` which will update the device info when new advertisement data is received.
* getPayload now returns `const std::vector<uint8_t>` instead of a pointer to internal memory.
* Added `begin` and `end` read-only iterators for convienience and use in range loops.
* Timestamp removed, if needed then the app should track the time in the callback.
* Consolidate some functions to use getPayloadByType.
* Add optional index parameter to getPayloadByType.
* Change payload indexing to use 0 as the first item.
* Code cleanup and apply const correctness.
2024-07-17 20:44:49 -06:00
..
2022-01-15 12:43:17 -07:00
2024-06-14 09:57:23 -06:00
2024-06-14 09:57:23 -06:00
2022-07-31 11:34:56 -06:00
2022-07-31 11:34:56 -06:00
2024-06-02 17:02:00 -06:00
2022-07-31 11:34:56 -06:00
2023-05-24 15:37:46 -06:00
2022-07-31 11:34:56 -06:00