Fixed BLE_SPAM.cpp for Apple Continuity Spams that actually work and built an Bluetooth Companion App from Scratch with Firmware#2443
Open
m0lomalteser wants to merge 8 commits into
Open
Conversation
m0lomalteser
commented
May 14, 2026
m0lomalteser
left a comment
Author
There was a problem hiding this comment.
Just Changed some stuff for Apple Continuity
Author
|
I added more Features and Reorganised the UI |
Added Support for iOS and soon also Android BLE Companion App for Bruce: https://github.com/m0lomalteser/Bruce-App
Author
|
Heres my new Companion App(Android comming soon): https://github.com/m0lomalteser/Bruce-App |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed Changes
Complete rewrite of
ble_spam.cpp— ports the working BLE advertisement packet formats from the referenceble_spam.c(Flipper Zeroble_spamapp) into Bruce's C++ NimBLE-Arduino codebase.The previous implementation used static byte arrays for Apple payloads and called
BLEDevice::init()/deinit()for every single advertisement packet — slow and often ignored by iOS/Android devices. This rewrite:init/deinitper packet, dramatically increasing packet rateTypes of Changes
Verification
pio run -e m5stack-cplus2(or any NimBLE-enabled target)Testing
No automated tests; tested by building and verifying on-device behavior. The packet formats are direct ports from the Flipper Zero
ble_spamapp which is widely tested.Linked Issues
N/A — addresses user report that built-in BLE spam did not trigger popups on iPhone.
User-Facing Change
New menu entry "Apple Continuity" under Bluetooth → BLE Spam. This replaces none of the existing entries; all prior functionality remains. Users who previously saw no popups on iOS should now see AirPods/AppleTV/HomePod/Vision Pro setup dialogs.