文件名称:android-BluetoothLeGatt
介绍说明--下载内容均来自于网络,请自行研究使用
此示例演示了如何使用蓝牙LE通用属性简介(GATT)在设备之间传送任意数据。
-This sample demonstrates how to use the Bluetooth LE Generic Attribute Profile (GATT) to transmit arbitrary data between devices.
-This sample demonstrates how to use the Bluetooth LE Generic Attribute Profile (GATT) to transmit arbitrary data between devices.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
android-BluetoothLeGatt-master
..............................\BluetoothLeGattSample
..............................\.....................\build.gradle
..............................\.....................\src
..............................\.....................\...\main
..............................\.....................\...\....\AndroidManifest.xml
..............................\.....................\...\....\java
..............................\.....................\...\....\....\com
..............................\.....................\...\....\....\...\example
..............................\.....................\...\....\....\...\.......\android
..............................\.....................\...\....\....\...\.......\.......\bluetoothlegatt
..............................\.....................\...\....\....\...\.......\.......\...............\BluetoothLeService.java
..............................\.....................\...\....\....\...\.......\.......\...............\DeviceControlActivity.java
..............................\.....................\...\....\....\...\.......\.......\...............\DeviceScanActivity.java
..............................\.....................\...\....\....\...\.......\.......\...............\SampleGattAttributes.java
..............................\.....................\...\....\res
..............................\.....................\...\....\...\drawable-hdpi
..............................\.....................\...\....\...\.............\ic_launcher.png
..............................\.....................\...\....\...\.............\tile.9.png
..............................\.....................\...\....\...\drawable-mdpi
..............................\.....................\...\....\...\.............\ic_launcher.png
..............................\.....................\...\....\...\drawable-xhdpi
..............................\.....................\...\....\...\..............\ic_launcher.png
..............................\.....................\...\....\...\drawable-xxhdpi
..............................\.....................\...\....\...\...............\ic_launcher.png
..............................\.....................\...\....\...\layout
..............................\.....................\...\....\...\......\actionbar_indeterminate_progress.xml
..............................\.....................\...\....\...\......\activity_main.xml
..............................\.....................\...\....\...\......\gatt_services_characteristics.xml
..............................\.....................\...\....\...\......\listitem_device.xml
..............................\.....................\...\....\...\menu
..............................\.....................\...\....\...\....\gatt_services.xml
..............................\.....................\...\....\...\....\main.xml
..............................\.....................\...\....\...\values-sw600dp
..............................\.....................\...\....\...\..............\template-dimens.xml
..............................\.....................\...\....\...\..............\template-styles.xml
..............................\.....................\...\....\...\values-v11
..............................\.....................\...\....\...\..........\template-styles.xml
..............................\.....................\...\....\...\values
..............................\.....................\...\....\...\......\base-strings.xml
..............................\.....................\...\....\...\......\strings.xml
..............................\.....................\...\....\...\......\template-dimens.xml
..............................\.....................\...\....\...\......\template-styles.xml
..............................\CONTRIB.md
..............................\LICENSE
..............................\README.md
..............................\build.gradle
..............................\gradle
..............................\......\wrapper
..............................\......\.......\gradle-wrapper.jar
..............................\...