android 蓝牙4.0demo,google蓝牙4.0(ble 4.0)官方demo

【实例简介】

谷歌的官方demo,开发蓝牙4.0必读demo

【实例截图】

【核心代码】

Bluetooth4_3

└── Bluetooth4_3

├── AndroidManifest.xml

├── bin

│   ├── AndroidManifest.xml

│   ├── classes

│   │   └── com

│   │   └── example

│   │   └── bluetooth

│   │   └── le

│   │   ├── BluetoothLeService$1.class

│   │   ├── BluetoothLeService$LocalBinder.class

│   │   ├── BluetoothLeService.class

│   │   ├── BuildConfig.class

│   │   ├── DeviceControlActivity$1.class

│   │   ├── DeviceControlActivity$2.class

│   │   ├── DeviceControlActivity$3.class

│   │   ├── DeviceControlActivity$4.class

│   │   ├── DeviceControlActivity.class

│   │   ├── DeviceScanActivity$1$1.class

│   │   ├── DeviceScanActivity$1.class

│   │   ├── DeviceScanActivity$2.class

│   │   ├── DeviceScanActivity$LeDeviceListAdapter.class

│   │   ├── DeviceScanActivity$ViewHolder.class

│   │   ├── DeviceScanActivity.class

│   │   ├── MainActivity.class

│   │   ├── R$attr.class

│   │   ├── R$dimen.class

│   │   ├── R$drawable.class

│   │   ├── R$id.class

│   │   ├── R$layout.class

│   │   ├── R$menu.class

│   │   ├── R$string.class

│   │   ├── R$style.class

│   │   ├── R.class

│   │   └── SampleGattAttributes.class

│   └── jarlist.cache

├── gen

│   └── com

│   └── example

│   └── bluetooth

│   └── le

│   ├── BuildConfig.java

│   └── R.java

├── ic_launcher-web.png

├── libs

│   └── android-support-v4.jar

├── proguard-project.txt

├── project.properties

├── res

│   ├── drawable-hdpi

│   │   └── ic_launcher.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

│   │   ├── dimens.xml

│   │   ├── strings.xml

│   │   └── styles.xml

│   ├── values-sw600dp

│   │   └── dimens.xml

│   ├── values-sw720dp-land

│   │   └── dimens.xml

│   ├── values-v11

│   │   └── styles.xml

│   └── values-v14

│   └── styles.xml

└── src

└── com

└── example

└── bluetooth

└── le

├── BluetoothLeService.java

├── DeviceControlActivity.java

├── DeviceScanActivity.java

├── MainActivity.java

└── SampleGattAttributes.java

30 directories, 57 files

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值