forked from theheraldproject/herald-for-cpp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Part of theheraldproject#113. MESH advertising broken by CONFIG_BT_CE…
…NTRAL=y Signed off by: Adam Fowler <[email protected]>
- Loading branch information
1 parent
7b68603
commit dab11d0
Showing
12 changed files
with
272 additions
and
359 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,20 @@ | ||
# Receiver (i.e. scanner, central) settings | ||
CONFIG_BT_CENTRAL=y | ||
# ^^^ The above causes MESH advertising to fail if ANY connections are open (E.g. Herald beacon payload reading) | ||
|
||
# GATT Client settings | ||
CONFIG_BT_GATT_CLIENT=y | ||
CONFIG_BT_GATT_DM=y | ||
# # GATT Client settings | ||
# CONFIG_BT_GATT_CLIENT=y | ||
# CONFIG_BT_GATT_DM=y | ||
|
||
# Scanning | ||
CONFIG_BT_SCAN=y | ||
# # Scanning | ||
# CONFIG_BT_SCAN=y | ||
|
||
# Issue #50 to prevent stack overflow in CPU (was 8192, defaults to 2200 in Zephyr) | ||
CONFIG_BT_RX_STACK_SIZE=6144 | ||
# ^ Needs to be higher on nRF52832DK for some reason | ||
|
||
# Since v2.1 Required for NUS Service alongside BT Scanning - too high in testing | ||
# CONFIG_BT_RX_STACK_SIZE=8192 | ||
|
||
|
||
# TODO figure out what in this file causes MESH to fail immediately |
This file contains 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
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
Oops, something went wrong.