1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-09 07:01:33 +02:00
Gadgetbridge/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/protocol
Andreas Shimokawa 9efcd8974d Add GBDeviceCommandSendBytes for generic pre encoded commands that are meant to be send to a device directly
This is useful for Debugging. We can now send answers to data from the Device directly
int he procol implementation without messing with code in the GBDEviceIoThread's implementation.

This commit also adds test code for interaction with WeatherNeat (so far nothing works though)
2015-05-05 14:41:10 +02:00
..
GBDeviceCommand.java Add GBDeviceCommandSendBytes for generic pre encoded commands that are meant to be send to a device directly 2015-05-05 14:41:10 +02:00
GBDeviceCommandAppInfo.java Pebble: working on app installation (WIP, do not use) 2015-04-06 20:58:35 +02:00
GBDeviceCommandAppManagementResult.java Pebble: working on app installation (WIP, do not use) 2015-04-06 20:58:35 +02:00
GBDeviceCommandCallControl.java Change the way how device commands or replys to information requests are passed back to the App 2015-03-26 12:06:26 +01:00
GBDeviceCommandMusicControl.java Implement volume control for Pebble 2015-04-13 22:25:23 +02:00
GBDeviceCommandSendBytes.java Add GBDeviceCommandSendBytes for generic pre encoded commands that are meant to be send to a device directly 2015-05-05 14:41:10 +02:00
GBDeviceCommandVersionInfo.java #46 make all strings localizable 2015-05-01 01:26:30 +02:00
GBDeviceProtocol.java battery info hooked in, dummy for pebble 2015-04-19 22:31:09 +02:00