-
Notifications
You must be signed in to change notification settings - Fork 19
HCI data length configuration option #37
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
Conversation
Feature/custom app conf
Co-authored-by: Frederic Pillon <frederic.pillon@st.com>
Feature/hci set data length
removed TODO comment
README.md
Outdated
STM32Cube_WPAN has several configuration options, which are set in the `app_conf.h`. | ||
This package has a default configuration named `app_conf_default.h`. | ||
The user can include the file `app_conf_custom.h` to customize the ble application. Options wrapped in `#ifndef, #endif` in `app_conf_default.h` can be overwritten. Additional options can be added. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The app_conf.h file is directly taken from the STM32CubeWB Applications/BLE,
Could this inclusion be organised to keep app_conf.h
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @KMeldgaard |
Implemented hci_le_set_data_length on connection with a BLE central.