Skip to content

Instantly share code, notes, and snippets.

View S-K-Sami's full-sized avatar

Shahrab Khan Sami S-K-Sami

  • Dhaka, Bangladesh
  • 09:09 (UTC +06:00)
View GitHub Profile
@sam016
sam016 / AllGattCharacteristics.java
Last active November 28, 2025 16:57
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");