- 61EDA_D554 用于atmel单片机开发的源代码
- mmc WinAVR SAMPLE CODE /sd microcontrollers
- cc12_c Calculator using analog inputs pic16f8
- AMIencode AMI编码Verilog源码
- Twotank_Stateflow solve the famous problem "Level control of two tanks system" and design a controller with stateflow
- nazatofrsky328P code read data for naza to frksy
文件名称:MyGatt
介绍说明--下载内容来自于网络,使用问题请自行百度
BLE开发所需要的知识,通过官方demo,我们会发现很多service,点击service后,每个service下面是Characteristic,每个service和Characteristic都对应一个唯一的UUID。所以,在做BLE时候,首先你应该找出你的蓝牙外围设备uuid,不然会很头疼,这个UUID也可能是硬件给你的,也可以你自己试出来,当然自己试出来是个很烦的过程。自己试的方法就是根据demo,加上一份读写的协议,然后,排着点击,显示出来的蓝牙列表进行测试,看是否和协议对应。另外,BluetoothLeService类不用做太多的更改。(BLE develops the knowledge we need. Through official demo, we will find many service. After clicking service, every service is Characteristic, each service and Characteristic correspond to a unique UUID. So, when making BLE, first you should find out your Bluetooth peripheral device UUID, otherwise it will be very headache. This UUID may also be hardware for you, or you can try it out yourself, of course, trying out it yourself is a very boring process. The way to do it is to add a read and write protocol based on demo,then test the Bluetooth list displayed by clicking on it to see if it corresponds to the protocol. In addition, the BluetoothLeService class does not have to make too many changes.)
相关搜索: android开发
(系统自动生成,下载前可以参看下载内容)
下载文件列表
| 文件名 | 大小 | 更新时间 |
|---|---|---|
| MyGatt\.classpath | 475 | 2018-02-07 |
| MyGatt\.project | 842 | 2018-01-30 |
| MyGatt\.settings\org.eclipse.jdt.core.prefs | 177 | 2018-01-30 |
| MyGatt\AndroidManifest.xml | 1827 | 2018-02-07 |
| MyGatt\bin\AndroidManifest.xml | 1827 | 2018-02-07 |
| MyGatt\bin\classes\com\android\mygatt\BluetoothChat$1.class | 1374 | 2018-02-07 |
| MyGatt\bin\classes\com\android\mygatt\BluetoothChat$2.class | 2818 | 2018-02-07 |
| MyGatt\bin\classes\com\android\mygatt\BluetoothChat$3.class | 1164 | 2018-02-07 |
| MyGatt\bin\classes\com\android\mygatt\BluetoothChat.class | 8788 | 2018-02-07 |
| MyGatt\bin\classes\com\android\mygatt\BluetoothChatService$AcceptThread.class | 3354 | 2018-02-07 |
| MyGatt\bin\classes\com\android\mygatt\BluetoothChatService$ConnectedThread.class | 2824 | 2018-02-07 |
| MyGatt\bin\classes\com\android\mygatt\BluetoothChatService$ConnectThread.class | 3151 | 2018-02-07 |
| MyGatt\bin\classes\com\android\mygatt\BluetoothChatService.class | 6391 | 2018-02-07 |
| MyGatt\bin\classes\com\android\mygatt\BuildConfig.class | 345 | 2018-02-07 |
| MyGatt\bin\classes\com\android\mygatt\DeviceListActivity$1.class | 1995 | 2018-02-07 |
| MyGatt\bin\classes\com\android\mygatt\DeviceListActivity$2.class | 2279 | 2018-02-07 |
| MyGatt\bin\classes\com\android\mygatt\DeviceListActivity$3.class | 880 | 2018-02-07 |
| MyGatt\bin\classes\com\android\mygatt\DeviceListActivity.class | 5269 | 2018-02-07 |
| MyGatt\bin\classes\com\android\mygatt\MainActivity$1.class | 1264 | 2018-02-07 |
| MyGatt\bin\classes\com\android\mygatt\MainActivity.class | 2439 | 2018-02-07 |
| MyGatt\bin\classes\com\android\mygatt\R$attr.class | 340 | 2018-02-07 |
| MyGatt\bin\classes\com\android\mygatt\R$dimen.class | 461 | 2018-02-07 |
| MyGatt\bin\classes\com\android\mygatt\R$drawable.class | 407 | 2018-02-07 |
| MyGatt\bin\classes\com\android\mygatt\R$id.class | 808 | 2018-02-07 |
| MyGatt\bin\classes\com\android\mygatt\R$layout.class | 532 | 2018-02-07 |
| MyGatt\bin\classes\com\android\mygatt\R$menu.class | 423 | 2018-02-07 |
| MyGatt\bin\classes\com\android\mygatt\R$string.class | 1123 | 2018-02-07 |
| MyGatt\bin\classes\com\android\mygatt\R$style.class | 431 | 2018-02-07 |
| MyGatt\bin\classes\com\android\mygatt\R.class | 673 | 2018-02-07 |
| MyGatt\bin\classes.dex | 714536 | 2018-02-07 |
| MyGatt\bin\dexedLibs\android-support-v4-e7ee1212d609a52cff37084f80573dca.jar | 232610 | 2018-02-07 |
| MyGatt\bin\jarlist.cache | 120 | 2018-02-07 |
| MyGatt\bin\MyGatt.apk | 291072 | 2018-02-07 |
| MyGatt\bin\res\crunch\drawable-hdpi\ic_launcher.png | 5964 | 2018-02-07 |
| MyGatt\bin\res\crunch\drawable-mdpi\ic_launcher.png | 3112 | 2018-02-07 |
| MyGatt\bin\res\crunch\drawable-xhdpi\ic_launcher.png | 9355 | 2018-02-07 |
| MyGatt\bin\res\crunch\drawable-xxhdpi\ic_launcher.png | 17889 | 2018-02-07 |
| MyGatt\bin\resources.ap_ | 45162 | 2018-02-07 |
| MyGatt\gen\com\android\mygatt\BuildConfig.java | 160 | 2018-02-07 |
| MyGatt\gen\com\android\mygatt\R.java | 3967 | 2018-02-07 |
| MyGatt\libs\android-support-v4.jar | 621451 | 2018-01-30 |
| MyGatt\proguard-project.txt | 781 | 2018-01-30 |
| MyGatt\project.properties | 563 | 2018-01-31 |
| MyGatt\res\drawable-hdpi\ic_launcher.png | 7658 | 2018-01-30 |
| MyGatt\res\drawable-mdpi\ic_launcher.png | 3777 | 2018-01-30 |
| MyGatt\res\drawable-xhdpi\ic_launcher.png | 12516 | 2018-01-30 |
| MyGatt\res\drawable-xxhdpi\ic_launcher.png | 24777 | 2018-01-30 |
| MyGatt\res\layout\activity_main.xml | 666 | 2018-01-30 |
| MyGatt\res\layout\device_list.xml | 2289 | 2018-02-07 |
| MyGatt\res\layout\device_name.xml | 876 | 2018-02-07 |
| MyGatt\res\layout\main.xml | 1744 | 2018-02-07 |
| MyGatt\res\layout\message.xml | 876 | 2018-02-07 |
| MyGatt\res\menu\main.xml | 263 | 2018-01-30 |
| MyGatt\res\menu\option_menu.xml | 1364 | 2018-02-07 |
| MyGatt\res\values\dimens.xml | 220 | 2018-01-30 |
| MyGatt\res\values\strings.xml | 1527 | 2018-02-07 |
| MyGatt\res\values\styles.xml | 697 | 2018-01-30 |
| MyGatt\src\com\android\mygatt\BluetoothChat.java | 13830 | 2018-02-07 |
| MyGatt\src\com\android\mygatt\BluetoothChatService.java | 17956 | 2018-02-07 |
| MyGatt\src\com\android\mygatt\DeviceListActivity.java | 7944 | 2018-02-07 |
| MyGatt\src\com\android\mygatt\MainActivity.java | 1978 | 2018-01-31 |
| MyGatt\bin\classes\com\android\mygatt | 0 | 2018-02-07 |
| MyGatt\bin\classes\com\android | 0 | 2018-02-07 |
| MyGatt\bin\res\crunch\drawable-hdpi | 0 | 2018-02-07 |
| MyGatt\bin\res\crunch\drawable-mdpi | 0 | 2018-02-07 |
| MyGatt\bin\res\crunch\drawable-xhdpi | 0 | 2018-02-07 |
| MyGatt\bin\res\crunch\drawable-xxhdpi | 0 | 2018-02-07 |
| MyGatt\gen\com\android\mygatt | 0 | 2018-02-07 |
| MyGatt\src\com\android\mygatt | 0 | 2018-02-07 |
| MyGatt\bin\classes\com | 0 | 2018-02-07 |
| MyGatt\bin\res\crunch | 0 | 2018-02-07 |
| MyGatt\gen\com\android | 0 | 2018-02-07 |
| MyGatt\src\com\android | 0 | 2018-01-30 |
| MyGatt\bin\classes | 0 | 2018-02-07 |
| MyGatt\bin\dexedLibs | 0 | 2018-02-07 |
| MyGatt\bin\res | 0 | 2018-02-07 |
| MyGatt\gen\com | 0 | 2018-02-07 |
| MyGatt\res\drawable-hdpi | 0 | 2018-01-30 |
| MyGatt\res\drawable-ldpi | 0 | 2018-01-30 |
| MyGatt\res\drawable-mdpi | 0 | 2018-01-30 |
| MyGatt\res\drawable-xhdpi | 0 | 2018-01-30 |
| MyGatt\res\drawable-xxhdpi | 0 | 2018-01-30 |
| MyGatt\res\layout | 0 | 2018-02-07 |
| MyGatt\res\menu | 0 | 2018-02-07 |
| MyGatt\res\values | 0 | 2018-01-30 |
| MyGatt\src\com | 0 | 2018-01-30 |
| MyGatt\.settings | 0 | 2018-01-30 |
| MyGatt\assets | 0 | 2018-01-30 |
| MyGatt\bin | 0 | 2018-02-07 |
| MyGatt\gen | 0 | 2018-02-07 |
| MyGatt\libs | 0 | 2018-01-30 |
| MyGatt\res | 0 | 2018-02-07 |
| MyGatt\src | 0 | 2018-01-30 |
| MyGatt | 0 | 2018-02-07 |
1999-2046 搜珍网 All Rights Reserved.
本站作为网络服务提供者,仅为网络服务对象提供信息存储空间,仅对用户上载内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。
