Created
November 29, 2019 09:34
-
-
Save mgulsoy/486e846eb1e1c318b54c51647a36bb54 to your computer and use it in GitHub Desktop.
Gatt global değişkenleri
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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