Search found 2 matches

by zhuzhu0902102
Tue Dec 26, 2017 8:48 am
Forum: ESP-IDF
Topic: BLE: about the connection parameter setting.
Replies: 0
Views: 2813

BLE: about the connection parameter setting.

There are some questions about connection parameter setting, while I use the demo of gatt_client and gatt_server. Question 1: May I modify the CONNECT_REQ parameters in the application on ESP32 as a client, and how to change it? The CONNECT_REQ paramter : Connection Interval (ms): max and min Interv...
by zhuzhu0902102
Sun Dec 24, 2017 3:13 am
Forum: ESP-IDF
Topic: BLE:Change the handle of vendor define GATT service and characteristics about ESP32 as a server
Replies: 0
Views: 2098

BLE:Change the handle of vendor define GATT service and characteristics about ESP32 as a server

Question : In the application of BLE server, I want to know where I can modify the handle of vendor define GATT services and characteristics. In the demo of esp-idf-master/examples/bluettooth/gatt_server and esp-idf-master/examples/bluettooth/gatt_server_service_table, the handle is automatically as...