-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'refactor/ble_example_print_on_bluedroid' into 'master'
refactor(bt/bluedroid): Refactor the print for BLE examples Closes BLERP-904, BLERP-910, BLERP-1026, and BLERP-1031 See merge request espressif/esp-idf!33296
- Loading branch information
Showing
37 changed files
with
561 additions
and
400 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
25 changes: 19 additions & 6 deletions
25
examples/bluetooth/bluedroid/ble/ble_throughput/throughput_client/main/Kconfig.projbuild
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,14 +1,27 @@ | ||
menu "Example 'GATT CLIENT THROUGHPUT' Config" | ||
|
||
config GATTS_NOTIFY_THROUGHPUT | ||
config EXAMPLE_GATTS_NOTIFY_THROUGHPUT | ||
bool "test the gatts notify throughput" | ||
help | ||
If this config item is set, then the 'GATTC_WRITE_THROUGHPUT' config should be close, it can't test both | ||
write or notify at the same time at this demo | ||
If this config item is set, then the 'EXAMPLE_GATTC_WRITE_THROUGHPUT' config should be close, | ||
it can't test both write or notify at the same time at this demo | ||
|
||
config GATTC_WRITE_THROUGHPUT | ||
config EXAMPLE_GATTC_WRITE_THROUGHPUT | ||
bool "test the gattc write throughput" | ||
help | ||
If this config item is set, then the 'GATTS_NOTIFY_THROUGHPUT' config should be close, it can't test both | ||
write or notify at the same time at this demo | ||
If this config item is set, then the 'EXAMPLE_GATTS_NOTIFY_THROUGHPUT' config should be close, | ||
it can't test both write or notify at the same time at this demo | ||
|
||
config EXAMPLE_CI_ID | ||
int | ||
default 60 | ||
help | ||
This config the example id for CI test. Only for internal used. | ||
|
||
config EXAMPLE_CI_PIPELINE_ID | ||
int "The pipeline id for CI test" | ||
default 0 | ||
help | ||
This config the pipeline id for CI test. Only for internal used. | ||
|
||
endmenu |
Oops, something went wrong.