Hello All -
Is there a way to set the BLE scan window and interval? I’m using the Artemis Dev Kit, RedBoard Artemis ATP, and Artemis module with ArduinoBLE.h. Thanks, in advance, for any help.
Hello All -
Is there a way to set the BLE scan window and interval? I’m using the Artemis Dev Kit, RedBoard Artemis ATP, and Artemis module with ArduinoBLE.h. Thanks, in advance, for any help.
No… not from a sketch. They are hard coded in src/utility/GAP, function scan(bool withDuplicates). Set for 10ms both.
Pity. But thanks for letting me know. I’m new to both BLE and Apollo3. I’m finding it fun, challenging and frustrating.
Understand. Like with a lot of open-source code, the documentation is missing or incomplete. You can only find out part with the provided examples and study to source code.