ESP32-C3-DEVKIT

surajnagulamalyala
Posts: 24
Joined: Tue Jul 27, 2021 2:18 pm

ESP32-C3-DEVKIT

Postby surajnagulamalyala » Sat Sep 04, 2021 7:40 am

Hi Team,

Am currently working on ESP32-C3 devkit, am trying to establish BLE communication with ESP32-C3 as Client, for these purpose I have taken gatt_client example from ESP-IDF, I have an issue with 128 bit UUID selecting from these structure,

static esp_bt_uuid_t remote_filter_service_uuid = {
.len = ESP_UUID_LEN_128,
.uuid = {.uuid128 = REMOTE_SERVICE_UUID,},

I have replaced uuid16 (default) with uuid128 as my server device is 128bit UUID and macro REMOTE_SERVICE_UUID = 0x00FF (default) and I have replaced REMOTE_SERVICE_UUID with 128-bit but these macro is getting error.

What would be the reason and how can I replace macro with 128-bit UUID to connect to my server device, so please could you solve my issue ?

Thankyou
N,Suraj

Who is online

Users browsing this forum: Usama Masood and 94 guests