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

Add sysconfig for dialog cmac syinit stage #1508

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion nimble/transport/dialog_cmac/pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ pkg.apis:
- ble_transport

pkg.init:
ble_hci_cmac_init: 100
ble_hci_cmac_init: 'MYNEWT_VAL(NIMBLE_DIALOG_CMAC_SYSINIT_STAGE)'
6 changes: 6 additions & 0 deletions nimble/transport/dialog_cmac/syscfg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
# under the License.
#

syscfg.defs:
NIMBLE_DIALOG_CMAC_SYSINIT_STAGE:
description: >
sysinit stage for nimble dialog cmac
value: 100

syscfg.vals.'!BLE_HCI_BRIDGE':
BLE_HCI_EVT_HI_BUF_COUNT: 2
BLE_HCI_EVT_LO_BUF_COUNT: 8
Expand Down