Nov 24, 2016
Hello Message sample application displays simple text interactions between the Host device and the Gear device using Accessory SDK.This sample application is a companion type and is provided in two types.
The sample application has two parts:
HelloMessageProvider
Works in the Host device, but has no UI.
Replies to a receiving command from the Gear device with a current time stamp.
HelloMessageConsumer
Works in the Gear device and has a UI.
Initiates to find a Provider and sends commands to the Host device.
Shows a received response to user.
Works in a Gear device.
Replies to a receiving command from Host device with current time stamp.
Works in the Host device and has a UI.
Initiates to find a Provider and sends commands to the Gear device.