Files
esp-nimble-cpp/src
h2zero 6279817143 [BREAKING] Refactor NimBLEAddress - use NimBLE core representation.
This simplifies the NimBLEAddress code by directly using the NimBLE core `ble_addr_t` type to hold the address
and allows using NimBLE core functions and macros to replace code in some methods.

* `getNative()` replaced with `getBase()` and now returns a pointer to `const ble_addr_t` instead of a pointer to the address value.
* Adds `isNrpa()` method to test if an address is random non-resolvable.
* Adds `isStatic()` method to test if an address is random static.
* Adds `isPublic()` method to test if an address is a public address.
* Adds `isNull()` methods to test if an address is NULL.
* Adds `getValue()` method which returns a read-only pointer to the address value.
* Adds `reverseByteOrder()` method which will reverse the byte order of the address value.
* `equals()` method and == operator will now also test if the address types are the same.
* Code cleanup.
2024-07-17 19:38:35 -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