NorbertRoller
Results
3
comments of
NorbertRoller
This compare works as well: `if(strcmp(advertisedDevice->getAddress().toString().c_str(), MAC_lithium) == 0)` Just the .equal will not
The device sends a private AddressType. Therefore I can not change the address type in the MAC I am searching for. So that is not a solution, or am I...
True, the Scan lasts only 1 sec before all 3 MAC are detected and I end the scan. I have a few non BLE Sensors and they also need setup...