Kconfig 538 B

1234567891011121314
  1. menu "Example 'GATT CLIENT THROUGHPUT' Config"
  2. config GATTS_NOTIFY_THROUGHPUT
  3. bool "test the gatts notify throughput"
  4. help
  5. 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
  6. config GATTC_WRITE_THROUGHPUT
  7. bool "test the gattc write throughput"
  8. help
  9. 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
  10. endmenu