搜索资源列表
BLEDemo
- 有关Android ble编程方面的源码demo-Android ble programming source demo
bLE demo
- android BLE demo已经实现数据接收发送。 解析
Android-BT-Smart-Apps-Source
- CSR uEnergy 2.4 配套的蓝牙4.0 BLE Android 端示例代码-CSR uEnergy SDK2.4 demo APP source for Android 4.3 platform
MyBleTestDemo
- BLE测试demo,用于BLE开发的例子,android-BLE test demo
BLE-CC41-Android
- BLE蓝牙串口DEMO,可以收发数据,界面简单易用。-BEL bluetooth serial demo, can receive or send data.
BlueTeethDemo
- android蓝牙ble点对多通信测试demo-android Bluetooth ble point to multipoint communications test demo
BLEdemo
- Android Ble根据官网说明简单的demo,简单的连接并展示蓝牙信息等,简单发送接收信息。-Ble Android according to the official website shows a simple demo, a simple connection and display Bluetooth information, etc., simply send and receive information.
MyBleCentral
- android ble programing test demo
Android-ble-master
- 是一个单片机蓝牙开发案例,android系统4.3以上,手机支持蓝牙4.0,搜索,配对,连接,发现服务及特征值,断开连接等功能。(Is a single-chip Bluetooth development case, more than 4.3 of Android systems, mobile phones support Bluetooth 4, search, matching, connection, discovery services and feature values, di
Bluetooth4_3
- android BLE 官方demo,android studio project(Android ble office demo)
Android-iBeacon-Demo-master
- Beacon Technology which aims to work in an Android phone via BLE(BLUETOOTH LOW ENERGY).
Bluetooth4.0Demo
- 蓝牙通信demo,安卓版本,能实现基本ble蓝牙功能(Android version of Bluetooth communication demo, to achieve the basic ble Bluetooth function)
BLEDemo4_3
- android平台 低功耗蓝牙,测试demo。可以用来测试低功耗蓝牙的功能。(android demo for ble function)
MyGatt
- BLE开发所需要的知识,通过官方demo,我们会发现很多service,点击service后,每个service下面是Characteristic,每个service和Characteristic都对应一个唯一的UUID。所以,在做BLE时候,首先你应该找出你的蓝牙外围设备uuid,不然会很头疼,这个UUID也可能是硬件给你的,也可以你自己试出来,当然自己试出来是个很烦的过程。自己试的方法就是根据demo,加上一份读写的协议,然后,排着点击,显示出来的蓝牙列表进行测试,看是否和协议对应。另外,B