Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RTL872x: Implement APIs to set/get BLE address #2508

Merged
merged 5 commits into from
Aug 17, 2022

Conversation

XuGuohui
Copy link
Member

As the title describes.

Example App

void setup() {
    BLE.on();
    BLE.advertise();
    // BLE.setAddress("D3:12:34:56:78:AB");
    delay(3000);
    auto foo = BLE.address();
    Log.info(foo.toString());
}

Completeness

  • User is totes amazing for contributing!
  • Contributor has signed CLA (Info here)
  • Problem and Solution clearly stated
  • Run unit/integration/application tests on device
  • Added documentation
  • Added to CHANGELOG.md after merging (add links to docs and issues)

@technobly technobly added this to the 5.0.0 milestone Aug 16, 2022
@XuGuohui XuGuohui force-pushed the sc-107991/p2-ble-empty-address branch from 10027bc to 0a33273 Compare August 17, 2022 05:49
@XuGuohui XuGuohui requested a review from avtolstoy August 17, 2022 05:49
@XuGuohui XuGuohui merged commit 2026f55 into develop Aug 17, 2022
@XuGuohui XuGuohui deleted the sc-107991/p2-ble-empty-address branch August 17, 2022 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants