Which specific bluetooth features are you using?
Bluetooth support is a bit quirky. The computer will store previously paired bluetooth devices…so if it did pair even once, you may need to use Bluetooth settings on your computer to delete the device and then re-pair.
In most cases I feel that there isn’t much need for security and the pairing makes using the micro:bit significantly more difficult, so I disable the need for pairing on each project:
- Open a project that uses Bluetooth
- Click on the Gear icon in the upper right of the MakeCode editor
- Click on
Project Settings - Slide the switch on
No Pairing Required - Click the
Savebutton. - Download the program (without Bluetooth Security) to the micro:bit.
I created a video of streaming data via Bluetooth (to a Mac) that may be helpful (but maybe not): https://www.youtube.com/watch?v=eJiddQwKPck . The video has a link to the code used, which has No Pairing Required (Program: https://makecode.microbit.org/_3yT8KAcHuho3)