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
GATT procedure initiated: notify; att_handle =
-
- Posts: 4
- Joined: Fri Sep 10, 2021 4:09 pm
-
- Posts: 40
- Joined: Thu Feb 22, 2024 3:59 pm
Re: GATT procedure initiated: notify; att_handle =
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
CONFIG_BT_NIMBLE_LOG_LEVEL_WARNING=y
CONFIG_BT_NIMBLE_LOG_LEVEL=2
Who is online
Users browsing this forum: ok-home, rajtendulkar and 65 guests