Issue of keeping the connection to timebox - HenryHu/timebox GitHub Wiki

It seems like that it's hard to keep a persistent connection to timebox. After 1~2 days, the connection would break. Trying to connect returns "host is down", and you can't even pair other devices with it. You can restart the timebox (long-press power, then long-press again), and you can reconnect immediately. https://github.com/ScR4tCh/timebox/issues/4 might be the same issue. Possibly there is some kind of leak in timebox.

Methods tried:

  1. Keep the connection, do not receive the reply.
  2. Keep the connection, receive the reply every time.
  3. Disconnect after every command. To avoid the timebox repeatedly notifies "disconnected", start pulseaudio so that the bluetooth is always connected.