GATT procedure initiated: notify; att_handle =

FredJutras
Posts: 4
Joined: Fri Sep 10, 2021 4:09 pm

GATT procedure initiated: notify; att_handle =

Postby FredJutras » Mon Sep 13, 2021 6:57 pm

Hi everyone,

I am working on a Nimble BLE system. I based my first try with the nimble_prph example. I have the BLE working but when I get a connection and send notification I get spam on my terminal with "GATT procedure initiated: notify; att_handle = " (and handle number which is 12 in my case)

I am using ble_gatts_chr_updated(MyBLEHandle); function to send a block of 20 characters to the BLE.

Is there a function to use or a way to "mute" that GATT procedure message?

Thanks
Fred

Bryght-Richard
Posts: 30
Joined: Thu Feb 22, 2024 3:59 pm

Re: GATT procedure initiated: notify; att_handle =

Postby Bryght-Richard » Fri Sep 06, 2024 6:50 pm

Apologies for restarting this old thread, but Google has chosen it. Adjust the Nimble Log Level in SDK config to prevent those message:

CONFIG_BT_NIMBLE_LOG_LEVEL_WARNING=y
CONFIG_BT_NIMBLE_LOG_LEVEL=2

Who is online

Users browsing this forum: Bing [Bot] and 125 guests