Demostrates the bluetooth usage with Google Glass SDK.
google-glass-bluetooth-sample is hosted in the following web site
https://github.com/spotsoftware/google-glass-bluetooth-sample
If you think the Android project google-glass-bluetooth-sample listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of google-glass-bluetooth-sample.
Item | Value |
---|---|
Java File Count | 15 |
Target SDK Version | 19 |
Minimum SDK Version | 19 |
Activity Count | 1 |
Fragment Count | 1 |
jar files used | android-support-v4.jar gson-2.2.4.jar |
google-glass-bluetooth-sample has the following Java source files.
com.spot.glass.bluetoothsample.MainActivity.java com.spot.glass.bluetoothsample.support.Constants.java com.spot.glass.bluetoothsample.support.bt.BluetoothCommandService.java com.spot.glass.bluetoothsample.support.bt.BluetoothConnectionEstablishingManager.java com.spot.glass.bluetoothsample.support.bt.BluetoothConnectionManager.java com.spot.glass.bluetoothsample.support.bt.BluetoothMessage.java com.spot.glass.bluetoothsample.support.bt.IBluetoothCommandService.java com.spot.glass.bluetoothsample.support.bt.handlers.BaseBluetoothMessageHandler.java com.spot.glass.bluetoothsample.support.bt.listeners.IBluetoothConnectionEstablishingListener.java com.spot.glass.bluetoothsample.support.bt.listeners.IBluetoothConnectionListener.java com.spot.glass.bluetoothsample.support.bt.listeners.OnBluetoothConnectionEstablishedListener.java com.spot.glass.bluetoothsample.support.bt.listeners.OnBluetoothConnectionStateChangedListener.java com.spot.glass.bluetoothsample.support.bt.listeners.OnBluetoothMessageReceivedListener.java com.spot.glass.bluetoothsample.support.bt.models.IResponseModel.java com.spot.glass.bluetoothsample.support.bt.models.ResponseModel.java