Skip to content

Commit dcd2710

Browse files
committed
add lsb profile
1 parent 330a3cc commit dcd2710

4 files changed

Lines changed: 12 additions & 1 deletion

File tree

0 Bytes
Binary file not shown.

.idea/encodings.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/src/main/java/com/alfaloop/android/alfabeacon/fragment/ConnectedFragment.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,11 @@ public class ConnectedFragment extends BaseBackFragment implements View.OnClickL
106106
private BluetoothGattCharacteristic mAlfa2477SBuzzerCharacteristic;
107107
private BluetoothGattCharacteristic mAlfa2477SLedCharacteristic;
108108

109+
/** AlfaBeacon LINE Simple Service UUID */
110+
public final static UUID UUID_ALFA_LINESIMPLEBEACON_SERVICE = UUID.fromString("A78D0001-F6C2-09A3-E9F9-128ABCA31297");
111+
public static final UUID UUID_ALFA_LINESIMPLEBEACON_CHARACTER_HWID = UUID.fromString("A78D0002-F6C2-09A3-E9F9-128ABCA31297");
112+
public static final UUID UUID_ALFA_LINESIMPLEBEACON_CHARACTER_DM = UUID.fromString("A78D0003-F6C2-09A3-E9F9-128ABCA31297");
113+
109114
// RX Android
110115
private RxBleClient rxBleClient;
111116
private RxBleConnection rxBleConnection;

0 commit comments

Comments
 (0)