Search found 4 matches

by Joan Daddle
Fri Aug 10, 2018 7:41 am
Forum: ESP-IDF
Topic: NVS use in BLE
Replies: 0
Views: 3013

NVS use in BLE

Hello, I need your help to find the exact location of the following problem:

I have two implementations of the same function. Connect a BLE Server, activate notifications, write to a Characteristic, get Notifications back.
One is implemented by using the API from N.Kolban (-> App_K), the other by ...
by Joan Daddle
Fri Aug 03, 2018 9:05 am
Forum: ESP-IDF
Topic: BLE UUID128
Replies: 6
Views: 13019

Re: BLE UUID128

why not:


static esp_bt_uuid_t remote_filter_char_uuid = {
.len = ESP_UUID_LEN_128,
.uuid = {
.uuid128 = {
REMOTE_NOTIFY_CHAR_UUID[0],
REMOTE_NOTIFY_CHAR_UUID[1],
REMOTE_NOTIFY_CHAR_UUID[2],
REMOTE_NOTIFY_CHAR_UUID[3],
REMOTE_NOTIFY_CHAR_UUID[4],
REMOTE_NOTIFY_CHAR_UUID[5],
REMOTE_NOTIFY ...

Go to advanced search