Android 经典蓝牙(Classic Bluetooth)和低功耗蓝牙(BLE)
资源文件列表
Bluetooth-master/.gitignore , 87
Bluetooth-master/README.md , 8144
Bluetooth-master/app/.gitignore , 7
Bluetooth-master/app/build.gradle , 989
Bluetooth-master/app/proguard-rules.pro , 751
Bluetooth-master/app/src/androidTest/java/win/lioil/bluetooth/ExampleInstrumentedTest.java , 722
Bluetooth-master/app/src/main/AndroidManifest.xml , 2274
Bluetooth-master/app/src/main/java/win/lioil/bluetooth/APP.java , 761
Bluetooth-master/app/src/main/java/win/lioil/bluetooth/MainActivity.java , 2492
Bluetooth-master/app/src/main/java/win/lioil/bluetooth/ble/BleClientActivity.java , 10224
Bluetooth-master/app/src/main/java/win/lioil/bluetooth/ble/BleDevAdapter.java , 4683
Bluetooth-master/app/src/main/java/win/lioil/bluetooth/ble/BleServerActivity.java , 11678
Bluetooth-master/app/src/main/java/win/lioil/bluetooth/bt/BtBase.java , 6093
Bluetooth-master/app/src/main/java/win/lioil/bluetooth/bt/BtClient.java , 1087
Bluetooth-master/app/src/main/java/win/lioil/bluetooth/bt/BtClientActivity.java , 3749
Bluetooth-master/app/src/main/java/win/lioil/bluetooth/bt/BtDevAdapter.java , 2960
Bluetooth-master/app/src/main/java/win/lioil/bluetooth/bt/BtServer.java , 1750
Bluetooth-master/app/src/main/java/win/lioil/bluetooth/bt/BtServerActivity.java , 2657
Bluetooth-master/app/src/main/java/win/lioil/bluetooth/util/BtReceiver.java , 4382
Bluetooth-master/app/src/main/java/win/lioil/bluetooth/util/Util.java , 468
Bluetooth-master/app/src/main/res/drawable-v24/ic_launcher_foreground.xml , 1880
Bluetooth-master/app/src/main/res/drawable/divider.xml , 223
Bluetooth-master/app/src/main/res/drawable/ic_launcher_background.xml , 5606
Bluetooth-master/app/src/main/res/drawable/sel_item.xml , 424
Bluetooth-master/app/src/main/res/drawable/stroke.xml , 205
Bluetooth-master/app/src/main/res/layout/activity_bleclient.xml , 3130
Bluetooth-master/app/src/main/res/layout/activity_bleserver.xml , 1032
Bluetooth-master/app/src/main/res/layout/activity_btclient.xml , 978
Bluetooth-master/app/src/main/res/layout/activity_btserver.xml , 639
Bluetooth-master/app/src/main/res/layout/activity_main.xml , 2352
Bluetooth-master/app/src/main/res/layout/item_dev.xml , 780
Bluetooth-master/app/src/main/res/layout/layout_send.xml , 1313
Bluetooth-master/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml , 272
Bluetooth-master/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml , 272
Bluetooth-master/app/src/main/res/mipmap-hdpi/ic_launcher.png , 3056
Bluetooth-master/app/src/main/res/mipmap-hdpi/ic_launcher_round.png , 5024
Bluetooth-master/app/src/main/res/mipmap-mdpi/ic_launcher.png , 2096
Bluetooth-master/app/src/main/res/mipmap-mdpi/ic_launcher_round.png , 2858
Bluetooth-master/app/src/main/res/mipmap-xhdpi/ic_launcher.png , 4569
Bluetooth-master/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png , 7098
Bluetooth-master/app/src/main/res/mipmap-xxhdpi/ic_launcher.png , 6464
Bluetooth-master/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png , 10676
Bluetooth-master/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png , 9250
Bluetooth-master/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png , 15523
Bluetooth-master/app/src/main/res/values/colors.xml , 284
Bluetooth-master/app/src/main/res/values/strings.xml , 670
Bluetooth-master/app/src/main/res/values/styles.xml , 197
Bluetooth-master/app/src/main/res/xml/backup_descriptor.xml , 166
Bluetooth-master/app/src/test/java/win/lioil/bluetooth/ExampleUnitTest.java , 380
Bluetooth-master/build.gradle , 546
Bluetooth-master/gradle.properties , 726
Bluetooth-master/gradle/wrapper/gradle-wrapper.jar , 54708
Bluetooth-master/gradle/wrapper/gradle-wrapper.properties , 230
Bluetooth-master/gradlew , 5296
Bluetooth-master/gradlew.bat , 2176
Bluetooth-master/png/ble_client.png , 74633
Bluetooth-master/png/ble_server.png , 75237
Bluetooth-master/png/bt_client.png , 74233
Bluetooth-master/png/bt_server.png , 44516
Bluetooth-master/settings.gradle , 15
