h2zero
c156b0202c
Add isRpa
method to NimBLEAddress.
...
This provides and easy way to check if the peer address is a Resolvable Private Address.
2024-06-12 21:12:09 -06:00
h2zero
efa48c0d57
Release 1.4.0
...
* Fix typos
* Update docs
2022-07-31 11:34:56 -06:00
h2zero
ccea428b9e
Refactor include directives to use different paths for arduino/idf.
...
* Sets macros to allow compiling when Central role is enabled and Observer disabled, or Peripheral enabled and Broadcaster disabled.
* Adds a macro definition for CONFIG_NIMBLE_CPP_IDF to enable different include paths/functionality for IDF / Arduino.
2021-09-12 18:43:31 -06:00
h2zero
10acb004dc
NimBLEAddress: New constructor added to create blank addresses
...
* Docuement NimBLEAddress::getNative in migration docs.
2020-09-02 14:52:34 -06:00
h2zero
28e9e3d79d
Remove type from address string.
2020-08-03 07:33:11 -06:00
h2zero
353e5a6cb1
Fix compile error.
2020-08-01 20:17:12 -06:00
h2zero
1a5beaa7c0
Store address type in NimBLEAddress. ( #25 )
2020-07-30 14:57:47 -06:00
h2zero
aae2a8f1e3
Fix comments for doxygen ( #16 )
...
* Fix comments for doxygen
* Add documentation and update readme.
2020-07-08 19:27:26 -06:00
h2zero
afb2f8d4c7
Add uint64_t cast of an address
2020-06-19 12:32:57 -06:00
h2zero
32e1022e67
Correct error in creation of NimBLEAddress from six bytes in a std::string
...
* Add creation of a NimBLEAddress from a std::string of 6 exactly bytes.
* Add creation of a NimBLEAddress from an empty string.
2020-05-18 10:11:54 -06:00
h2zero
03cb7b21d9
Conditionally compile code for specific roles.
...
This allows NimBLE options in menuconfig to reduce code size based on
the roles selected (scan/advertising/central/peripheral).
Significant code space can be saved by removing unnecessary roles for the application.
2020-05-13 22:03:56 -06:00
h2zero
f0191eb1e6
Add ==,!= operators to NimBLEAddress, pass parameters by const reference.
2020-05-10 07:21:46 -06:00
h2zero
1779a3f723
Bugfixes + add new NimBLEUUID constructor.
2020-05-03 13:50:49 -06:00
h2zero
5d4332e945
Initial commit.
2020-03-29 17:44:20 -06:00