Android Open Source - simple-hud Bluetooth Exception






From Project

Back to project page simple-hud.

License

The source code is released under:

GNU General Public License

If you think the Android project simple-hud listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Java Source Code

package com.openxc.hardware.hud;

public class BluetoothException extends Exception {
    public BluetoothException() { }

    public BluetoothException(String message) {
        super(message);
    }
}




Java Source Code List

com.openxc.hardware.hud.BluetoothException.java
com.openxc.hardware.hud.BluetoothHudInterface.java
com.openxc.hardware.hud.DeviceManager.java
com.openxc.hardware.hud.HudService.java