GATT procedure initiated: notify; att_handle =
Posted: 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
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