android - Control the smartwatch via bluetooth -


i doing feasibility research project , not expert. control smartwatch via bluetooth low energy (ble) device not smartwatch. nothing fancy, no app running difficult tasks, no login/security, no external db, controlling like: turning screen on, swiping , forth, selecting , using basic functionalities embedded in every smartwatch let’s default (e.g. email, phone calls, sms, play music), , turning screen off. basically, instead of interacting smartwatch via touchscreen, want interact smartwatch via ble. instead of using smartwatch’s touchscreen source of inputs, want use device source of inputs. targeted os android (but other useful know!).

1) there smartwatch allows developing such functionalities in smartwatch itself, without developing in smartphone (i.e. deploy apis in smartwatch handle ble module , implement tasks above mentioned)? can pair smartwatch multiple devices not smartphones? know pebble time highly developable , solution 1 can (or able be) implemented, curious if there other models can allow amongst android , ios devices.

2) don’t expect many devices allow asked in 1, smartphone app implemented. app bridging ble connection between devices , smartwatch. means don’t want implement new email client app, or new music player. use apps present in smartphone/watch, control them device via ble (i.e. rather via smartwatch touchscreen). signals/controls go device smartphone, , smartphone smartwatch (and smartwatch smartphone, due application using). in short, don’t want develop proper smartwatch app, smartphone app controls smartwatch (no app deployed in smartwatch itself). apis smartwatch (swipe left, scroll down, select, etc. - same exact apis used smartwatch touchscreen driver) available android and/or ios?

your wisdom , ideas more welcome (please remember not coding guru), reading! dan

i'm not familiar other smartwatch platforms, can speak pebble.

unfortunately, things want accomplish aren't possible pebble. have private ble sdk developers lets them write apps can use ble talk other devices, don't have api's let simulate button clicks, controlling of system apps, etc.

best of luck!


Comments

Popular posts from this blog

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -