Page 1 of 1

GATTC UUID128 example

Posted: Fri May 07, 2021 1:38 pm
by energia
Hello,

unfortunately I couldn't find any (up to date, ESP-IDF v4.2.x) example for GATTC UUID128 connections. Being still not really familiar with BLE after hours of studying it isn't that easy to adapt the gattc_demo provided.

I'm wondering if a different approach would work. I have to connect to a certain BLE address. Is it possible to use esp_ble_gattc_open() without prior scan? I would need to send a command to a handle and read the answer from another handle.

Thanks in advance.

Re: GATTC UUID128 example

Posted: Fri May 07, 2021 3:51 pm
by ESP_Minatel
Hi,

See this related topic: viewtopic.php?f=13&t=19012&p=70604&hilit=UUID128#p70604

Hope this will help you!

Re: GATTC UUID128 example

Posted: Fri May 07, 2021 6:13 pm
by energia
I already saw this posting. However it's for Server, not Client.

Re: GATTC UUID128 example

Posted: Mon May 10, 2021 5:30 pm
by ESP_Minatel

Re: GATTC UUID128 example

Posted: Mon May 10, 2021 5:48 pm
by energia
Thank you. I will have a closer look at the code.