Page 1 of 1

GATT procedure initiated: notify; att_handle =

Posted: Mon Sep 13, 2021 6:57 pm
by FredJutras
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

Re: GATT procedure initiated: notify; att_handle =

Posted: Fri Sep 06, 2024 6:50 pm
by Bryght-Richard
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