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

Enable a BLE workflow #4918

Merged
merged 1 commit into from
Jun 24, 2021
Merged

Enable a BLE workflow #4918

merged 1 commit into from
Jun 24, 2021

Commits on Jun 24, 2021

  1. Enable a BLE workflow

    nRF CircuitPython boards will now provide the file transfer
    service defined here: https://github.com/adafruit/Adafruit_CircuitPython_BLE_File_Transfer
    
    USB capable boards will only advertise if previously bonded to a
    device or if the reset button is pressed during the fast blue
    flashes on start up. When pressed, the board will restart again but
    the blue period will not flash.
    
    Boards without USB will always advertise.
    
    When previously bonded, the advertisement is private so that no
    other peers can connect. If advertising publicly, the tx power is
    lowered to reduce the likelihood of bonding from a distance.
    
    This PR also fixes issues with loading identities of bonded peers
    so that our address can now be resolved and we can resolve others'
    addresses when scanning.
    tannewt committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    dc76306 View commit details
    Browse the repository at this point in the history