When I connected my micro bit to my app by ble I got this problem: message Runtime Error Service e95d0753-251d-470a-a062-fa1 922dfa9a8, characteristic e95dca4b-25 1d-470a-a062-fa1922dfa9a8 are not published by the connected device.
I do not know the answer to your problem, but I searched the community for you, see here
Check these threads for something which might help, for example try
Taifun
Looking at your screenshots, it looks like you start the UART service on the Microbit, but use the Microbit_Accelerometer component in your project. These are different services published under different UUIDs. You'll want to make sure you've updated to the latest Microbit extension in App Inventor and then use the Microbit_Simple_Uart component in the extension to receive messages from the Microbit.


