Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
We want connections moar connections
Browse files Browse the repository at this point in the history
  • Loading branch information
cutoffthetop committed Feb 9, 2017
1 parent 4d2cb3f commit 5ca4fb7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public static ChatFragment getInstance() {

public ChatFragment() {
bluetoothLayer = Layer.getInstance();
bluetoothLayer.setAutoConnect(false);
bluetoothLayer.setAutoConnect(true);
bluetoothLayer.createGattServer();
bluetoothLayer.startAdvertising();
bluetoothLayer.startScan();
Expand Down

0 comments on commit 5ca4fb7

Please sign in to comment.