mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
15 lines
538 B
Plaintext
15 lines
538 B
Plaintext
|
menu "Example 'GATT CLIENT THROUGHPUT' Config"
|
||
|
|
||
|
config 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
|
||
|
|
||
|
config 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
|
||
|
endmenu
|
||
|
|
||
|
|