Skip to content

Instantly share code, notes, and snippets.

View jonathan-reisdorf's full-sized avatar

Jonathan Reisdorf jonathan-reisdorf

View GitHub Profile
@jonathan-reisdorf
jonathan-reisdorf / AllGattCharacteristics.java
Last active January 23, 2024 15:28 — forked from sam016/AllGattCharacteristics.java
Bluetooth GATT Services & Characteristics
package com.sam016.vsflatomation.service.ble;
import java.util.HashMap;
import java.util.UUID;
public class AllGattCharacteristics {
private static HashMap<String, String> attributes = new HashMap();
static {
attributes.put("00002a00-0000-1000-8000-00805f9b34fb", "Device Name");