0

Our hardware is behaving normally. Paired, sending receiving using a data socket, no issues with initialization or performance.

Rarely, the bluetooth hardware will disconnect. We don't have the ability to poll the connection and so we require a property or method that can be checked to see if the bluetooth connection has dropped.

Is there an event, method, or property node which is designed to detect the bluetooth connection dropping?

crewex
  • 21
  • 4

1 Answers1

0

I found that the method of detecting a disconnect for other sockets (TcpSocket for example) works for 32feet, see Instantly detect client disconnection from server socket

John Thoits
  • 355
  • 1
  • 12