Skip to content

Commit

Permalink
[bluetooth] discover bluetooth devices as beacon too
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Rosenberg <[email protected]>
  • Loading branch information
PRosenb committed Mar 4, 2021
1 parent 9657fb9 commit 2cb7753
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@
@NonNullByDefault
public class BeaconBluetoothHandler extends BaseThingHandler implements BluetoothDeviceListener {

/**
* https://www.bluetooth.com/specifications/assigned-numbers/
* GATT Service: 0x181A: Environmental Sensing
*/
public static final String SERVICE_UUID_ENVIRONMENTAL_SENSING = "0000181a-0000-1000-8000-00805f9b34fb";

@NonNullByDefault({} /* non-null if initialized */)
Expand Down

0 comments on commit 2cb7753

Please sign in to comment.