Skip to content

Instantly share code, notes, and snippets.

@mgulsoy
Created November 29, 2019 09:34
Show Gist options
  • Save mgulsoy/486e846eb1e1c318b54c51647a36bb54 to your computer and use it in GitHub Desktop.
Save mgulsoy/486e846eb1e1c318b54c51647a36bb54 to your computer and use it in GitHub Desktop.
Gatt global değişkenleri
BLEServer *pServer;
BLEService *pBatteryService, *pSensorService;
BLECharacteristic *pBatteryLevelCharx, *pSensorValueCharx;
BLEDescriptor BatteryLevelDescriptor(BatteryLevelDescriptorUUID);
BLE2902 ble2902 = BLE2902(); //NOTIFY yöntemi tanımlayıcısı
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment