Rahul
Rahul
You can try to increase the connection supervision timeout to see if it helps ? Also, log just shows connection update happening, but not the parameters used. You can either...
Hi @KaeLL , Can you please help confirm if attached patch works for you ? [suppress_clang_warning.txt](https://github.com/user-attachments/files/17069887/suppress_clang_warning.txt)
Fixes via 03462b6686cf49bb0bb026461300fec593c6f4c5
Hi @BestBot7 , Apart from information shared on https://github.com/espressif/esp-nimble/issues/72 and other details already mentioned by Zhang Haipeng here, > Also if the client does not trigger on notification or indication,...
Closing , based on inputs given here and discussion on esp forum.
Hi @floitsch , thanks for pointing this out. We will fix this.
Hi @fgaultierD4 , Please find patch that should help fix your issue. The fix goes in path $IDF_PATH/components/bt/host/nimble/nimble . [fix_sm_sc_pair.txt](https://github.com/user-attachments/files/18977434/fix_sm_sc_pair.txt)
Hi @fgaultierD4 , please find updated patch to handle this case. [fix_sm_sc_pair_v2.txt](https://github.com/user-attachments/files/18981747/fix_sm_sc_pair_v2.txt)
Change has been merged .Closing
Hi @ahammouri , So, the below print implies that during unpair, there was attempt to delete IRK, but it didn't find any in the nvs. This is more of a...