This is the demo for user to use ESP_APIs to create a GATT Server.
- Options choose step:
- make menuconfig.
- enter menuconfig "Component config".
- enter menuconfig "Example 'GATT SERVER' Config".
- choose your options.
- 2017-01-19:
- Use New APIs to set raw advertising data and raw scan response data.
- Could use macro CONFIG_SET_RAW_ADV_DATA (should use menuconfig) to config use raw advertising/scan_response or use structure do automatically config. The macro CONFIG_SET_RAW_ADV will effect both advertising data and scan_response data.