Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 510 Bytes

esp_gatts.rst

File metadata and controls

22 lines (13 loc) · 510 Bytes

GATT SERVER API

Overview

Instructions

Application Example

Check bluetooth folder in ESP-IDF examples, which contains the following application:

  • This is a GATT server demo. Use GATT API to create a GATT server with send advertising. This GATT server can be connected and the service can be discovery - bluetooth/gatt_server

API Reference