Skip to content

Conversation

pull[bot]
Copy link

@pull pull bot commented Dec 19, 2022

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

aridet and others added 3 commits December 19, 2022 15:02
Currently, if a second connection occur in Bluetooth, this second connection is automatically disconnected (line 284). This disconnection trigger the ESP_SPP_CLOSE_EVT, which clear the bit SPP_CONNECTED. But the first connection remain active, and this flag shouldn't be cleared. This fix the issue, by clearing the flag only if the last connection is closed Co-authored-by: Rodrigo Garcia <rodrigo.garcia@espressif.com>
* refactor(toString method): Add RSSI / serviceData These are key characteristics of the BLE advertising packet. Really useful, adding to this method allows data to be easily obtained and passed over TCP/IP for processing. * fix: remove line 565 bug
@pull pull bot added the ⤵️ pull label Dec 19, 2022
@pull pull bot merged commit 947ee6f into Systemmatrix555:master Dec 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

3 participants