I am creating an Android project, in which I have to make an android wearable
smartwatch as a game controller that can send commands to games running on a handheld device connected to that smartwatch over BLE(Bluetooth Low Energy)
.
I designed a controller pad on wearable and can send some hard-coded text to a handheld device app with a soft button click of the controller pad. The issue is, that I have to replace that text with the game commands format expected by games running on handheld devices. And, the app running on a handheld device can listen to text through wearable service. I know that third-party games would not have any wearable service running, so how third-party games will accept/listen to commands sent from the wearable smartwatch?
Third-party games can support hardware controller through Android SDK