BluetoothLE doesnt disconnect the device when (call bluetoothle.disconnect) block is used







Screenshot 2025-08-25 112047

  1. when i disable the clock3.timer block as well as the event registered for the same in itoo, it works fine, the disconnect button indeed disconnects the device

  2. but when i enable the sametimer in the block, it seems to disrupt the disconnectbuttons prompt, and doesnt disconnect the device.
    i believe the issue is with me using the clock incorrectly, how should i proceed what needs to be changed?

  3. i saw somewhere that itoo doesnt take global variables when in background.
    my question is that- are the serviceuuid and other variables in the bluetoothle1.bytesrecieved block, global variables?

  4. also, is this the right way of using the itoo blocks? like- after registering events for the blocks that needs to be run in bg, should the blocks for the same be like this or should i just not add them?


    blocks (73).

Have you made any progress with this ?

not yet man, im trying to debug the problem but ive made no progress yet