Search found 3 matches

by tombo89
Sun Sep 02, 2018 1:58 pm
Forum: ESP-IDF
Topic: 128 bit UUID in Client example
Replies: 2
Views: 6501

Re: 128 bit UUID in Client example

Hello, but then i have not defined 128 bit UUID to " REMOTE_SERVICE_UUID" for this line

Code: Select all

if (p_data->search_res.srvc_id.uuid.len == ESP_UUID_LEN_16 && p_data->search_res.srvc_id.uuid.uuid.uuid16 == REMOTE_SERVICE_UUID) {
by tombo89
Thu Aug 30, 2018 8:40 pm
Forum: ESP-IDF
Topic: Ble Client Example with 128 bit UUID
Replies: 1
Views: 3376

Ble Client Example with 128 bit UUID

Hello, i startet using the Esp Idf instead of the Arduino Version, but i ran into some trouble using it with custom 128bit UUIDS. I tried to connect to my Smartphone to recieve navigation Info from an app. For the App the Uuids are set in 128 bit 71C1E128-D92F-4FA8-A2B2-0F171DB3436C GATT Primary Ser...
by tombo89
Wed Aug 29, 2018 9:24 pm
Forum: ESP-IDF
Topic: 128 bit UUID in Client example
Replies: 2
Views: 6501

128 bit UUID in Client example

Hello, I'm trying to build a code with the Client Example to connect to a Android App with custom UUID. I have managed to establish the connection, but can't find the Service. I didn't find anything about using 128 bit UUIDS. My Problems are in this line if (p_data->search_res.srvc_id.uuid.len == ES...