btleplug 0.12.0

A Cross-Platform Rust Bluetooth Low Energy (BLE) GATT library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pluginManagement {
    repositories {
        google()
        mavenCentral()
    }
    plugins {
        id 'com.android.library' version '8.7.3'
    }
}

rootProject.name = 'droidplug'