forked from arduino-libraries/ArduinoBLE
-
Notifications
You must be signed in to change notification settings - Fork 19
Sync 1.4.0 #78
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
Merged
Merged
Sync 1.4.0 #78
Conversation
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
Now correctly acceses the existing variables and uses an unsigned int for size comparison
Linked to: arduino-libraries#310 Signed-off-by: Frederic Pillon <[email protected]>
Signed-off-by: Frederic Pillon <[email protected]>
Unsigned integer type consistency Co-authored-by: Frederic Pillon <[email protected]>
fix(HCI): missing LE_Event_Mask
fix: signed and init field warnings
- improve test failures readability - add const qualifiers to golden data for improving safety
CI Add unit test workflow
…le-portenta Fix for BLE restart after a BLE end on portenta based devices
5 years ago, support for encryption was added by arduino-libraries#156. Currently, the BLEEncryption tag needs to be added to require proper encrypted bluetooth pairing. It is possible to add this tag to all other kinds of characteristics except String characteristics. BLEStringCharacteristic's constructor calls BLECharacteristic's constructor, and BLECharacteristic uses a uint16_t instead of a uint8_t. This PR simply changes the properties attribute of BLEStringCharacteristic to match the width of the permissions attribute of BLECharacteristic (from 8 to 16 bits) to support the BLEPermission tags in BLEProperty.h.
ESP32-C2, ESP32-C6 and ESP32-H2 targets
Add BLEPermission Support to BLEStringCharacteristic
Clear characteristic cccd value when disconnect
fix: compilation error when using _BLE_TRACE
Update docs for BLECharacteristic constructor
To support to STBTLE-RF, STBTLE-1S, BLUENRG-M2SP, BLUENRG-LP and BLUENRG-M0. Signed-off-by: Carlo Parata <[email protected]> Co-authored-by: Frederic Pillon <[email protected]>
Signed-off-by: Frederic Pillon <[email protected]>
Signed-off-by: Frederic Pillon <[email protected]>
Signed-off-by: Frederic Pillon <[email protected]>
Signed-off-by: Frederic Pillon <[email protected]>
to support the shared memory transport layer for the STM32WB built-in chip. It also Allows HCI SPI Transport with STM32WBxx Signed-off-by: Francois Ramu <[email protected]> Co-Authored-by: Frederic Pillon <[email protected]>
Signed-off-by: Frederic Pillon <[email protected]>
Signed-off-by: Alexandre Bourdiol <[email protected]>
Signed-off-by: Frederic Pillon <[email protected]>
Signed-off-by: Carlo Parata <[email protected]>
On STM32WB, Cube FW version 1.14.1, messages ACI_GATT_INIT and ACI_GAP_INIT are not available on HCI only BLE firmware (stm32wb5x_BLE_HCILayer_fw.bin) This imply to move Random Address to host instead of relying on controller Signed-off-by: Alexandre Bourdiol <[email protected]>
Signed-off-by: Lorenzo Bini <[email protected]>
Signed-off-by: Frederic Pillon <[email protected]>
Signed-off-by: Frederic Pillon <[email protected]>
Signed-off-by: Frederic Pillon <[email protected]>
Signed-off-by: Arkadiusz Ambroziak <[email protected]> Co-Auhthored-by: Frederic Pillon <[email protected]>
See LE_META_EVENT supported. Note: Value should be 0x3B3 but set to 0x1B3 to explicitly ignore ENHANCED_CONN_COMPLETE event Signed-off-by: Frederic Pillon <[email protected]>
… processing during ATTClass::discoverDescriptors causes crashing I've highlighted this issue on 9th July ... this is an issue of causing __CRASHES__ if using ArduinoBLE to connect as central and the response to ATT_OP_FIND_INFO_RESP includes 128-bit UUIDs.
Signed-off-by: Frederic Pillon <[email protected]>
Signed-off-by: Frederic Pillon <[email protected]>
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.
No description provided.