README.rst 665 B

1234567891011121314151617181920
  1. ESP-IDF GATT SERVER demo
  2. ========================
  3. This is the demo for user to use ESP_APIs to create a GATT Server.
  4. Options choose step:
  5. 1. make menuconfig.
  6. 2. enter menuconfig "Component config".
  7. 3. enter menuconfig "Example 'GATT SERVER' Config".
  8. 4. choose your options.
  9. UPDATE NOTE
  10. ===========
  11. 2017-01-19:
  12. 1. Use New APIs to set raw advertising data and raw scan response data.
  13. 2. Could use macro CONFIG_SET_RAW_ADV_DATA (should use menuconfig) to config use raw advertising/scan_response
  14. or use structure do automatically config. The macro CONFIG_SET_RAW_ADV will effect both advertising data
  15. and scan_response data.