peat-btle 0.2.4

Bluetooth Low Energy mesh transport for Peat Protocol
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Consumer ProGuard rules for peat-btle
# These rules are applied to apps that use this library

# Keep JNI native methods
-keepclasseswithmembernames class * {
    native <methods>;
}

# Keep callback proxies
-keep class com.peat.btle.ScanCallbackProxy { *; }
-keep class com.peat.btle.GattCallbackProxy { *; }
-keep class com.peat.btle.AdvertiseCallbackProxy { *; }