Kconfig 598 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
  6. write or notify at the same time at this demo
  7. config GATTC_WRITE_THROUGHPUT
  8. bool "test the gattc write throughput"
  9. help
  10. If this config item is set, then the 'GATTS_NOTIFY_THROUGHPUT' config should be close, it can't test both
  11. write or notify at the same time at this demo
  12. endmenu