CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Downloads
SourceCode
Communication-Mobile
android
Main Category
SourceCode
Web Code
Develop Tools
Document
Other resource
bluetooth
Favorite
Report
Category :
android
Tags :
Update : 2017-08-11
Size : 1.34mb
Downloaded :0次
Author :
联*****
About : Nobody
PS : If download it fails, try it again. Download again for free!
Download1
Download2
Introduction - If you have any usage issues, please Google them yourself
Reedit
Simple Bluetooth 4 example, suitable for beginners
Packet file list
(Preview for download)
Bluetooth4_3\Bluetooth4_3\.classpath
Bluetooth4_3\Bluetooth4_3\.project
Bluetooth4_3\Bluetooth4_3\.settings\org.eclipse.core.resources.prefs
Bluetooth4_3\Bluetooth4_3\.settings\org.eclipse.jdt.core.prefs
Bluetooth4_3\Bluetooth4_3\AndroidManifest.xml
Bluetooth4_3\Bluetooth4_3\bin\AndroidManifest.xml
Bluetooth4_3\Bluetooth4_3\bin\Bluetooth4_3.apk
Bluetooth4_3\Bluetooth4_3\bin\classes\com\example\bluetooth\le\BluetoothLeService$1.class
Bluetooth4_3\Bluetooth4_3\bin\classes\com\example\bluetooth\le\BluetoothLeService$LocalBinder.class
Bluetooth4_3\Bluetooth4_3\bin\classes\com\example\bluetooth\le\BluetoothLeService.class
Bluetooth4_3\Bluetooth4_3\bin\classes\com\example\bluetooth\le\BuildConfig.class
Bluetooth4_3\Bluetooth4_3\bin\classes\com\example\bluetooth\le\DeviceControlActivity$1.class
Bluetooth4_3\Bluetooth4_3\bin\classes\com\example\bluetooth\le\DeviceControlActivity$2.class
Bluetooth4_3\Bluetooth4_3\bin\classes\com\example\bluetooth\le\DeviceControlActivity$3.class
Bluetooth4_3\Bluetooth4_3\bin\classes\com\example\bluetooth\le\DeviceControlActivity$4.class
Bluetooth4_3\Bluetooth4_3\bin\classes\com\example\bluetooth\le\DeviceControlActivity.class
Bluetooth4_3\Bluetooth4_3\bin\classes\com\example\bluetooth\le\DeviceScanActivity$1$1.class
Bluetooth4_3\Bluetooth4_3\bin\classes\com\example\bluetooth\le\DeviceScanActivity$1.class
Bluetooth4_3\Bluetooth4_3\bin\classes\com\example\bluetooth\le\DeviceScanActivity$2.class
Bluetooth4_3\Bluetooth4_3\bin\classes\com\example\bluetooth\le\DeviceScanActivity$LeDeviceListAdapter.class
Bluetooth4_3\Bluetooth4_3\bin\classes\com\example\bluetooth\le\DeviceScanActivity$ViewHolder.class
Bluetooth4_3\Bluetooth4_3\bin\classes\com\example\bluetooth\le\DeviceScanActivity.class
Bluetooth4_3\Bluetooth4_3\bin\classes\com\example\bluetooth\le\MainActivity.class
Bluetooth4_3\Bluetooth4_3\bin\classes\com\example\bluetooth\le\R$attr.class
Bluetooth4_3\Bluetooth4_3\bin\classes\com\example\bluetooth\le\R$dimen.class
Bluetooth4_3\Bluetooth4_3\bin\classes\com\example\bluetooth\le\R$drawable.class
Bluetooth4_3\Bluetooth4_3\bin\classes\com\example\bluetooth\le\R$id.class
Bluetooth4_3\Bluetooth4_3\bin\classes\com\example\bluetooth\le\R$layout.class
Bluetooth4_3\Bluetooth4_3\bin\classes\com\example\bluetooth\le\R$menu.class
Bluetooth4_3\Bluetooth4_3\bin\classes\com\example\bluetooth\le\R$string.class
Bluetooth4_3\Bluetooth4_3\bin\classes\com\example\bluetooth\le\R$style.class
Bluetooth4_3\Bluetooth4_3\bin\classes\com\example\bluetooth\le\R.class
Bluetooth4_3\Bluetooth4_3\bin\classes\com\example\bluetooth\le\SampleGattAttributes.class
Bluetooth4_3\Bluetooth4_3\bin\classes.dex
Bluetooth4_3\Bluetooth4_3\bin\dexedLibs\android-support-v4-a35b868f25440c845f65d7acf67a8a25.jar
Bluetooth4_3\Bluetooth4_3\bin\dexedLibs\android-support-v4-bcd3d5a754016d41cbb9ebf6ce42c0af.jar
Bluetooth4_3\Bluetooth4_3\bin\jarlist.cache
Bluetooth4_3\Bluetooth4_3\bin\res\drawable-hdpi\ic_launcher.png
Bluetooth4_3\Bluetooth4_3\bin\res\drawable-mdpi\ic_launcher.png
Bluetooth4_3\Bluetooth4_3\bin\res\drawable-xhdpi\ic_launcher.png
Bluetooth4_3\Bluetooth4_3\bin\res\drawable-xxhdpi\ic_launcher.png
Bluetooth4_3\Bluetooth4_3\bin\resources.ap_
Bluetooth4_3\Bluetooth4_3\gen\com\example\bluetooth\le\BuildConfig.java
Bluetooth4_3\Bluetooth4_3\gen\com\example\bluetooth\le\R.java
Bluetooth4_3\Bluetooth4_3\ic_launcher-web.png
Bluetooth4_3\Bluetooth4_3\libs\android-support-v4.jar
Bluetooth4_3\Bluetooth4_3\proguard-project.txt
Bluetooth4_3\Bluetooth4_3\project.properties
Bluetooth4_3\Bluetooth4_3\res\drawable-hdpi\ic_launcher.png
Bluetooth4_3\Bluetooth4_3\res\drawable-mdpi\ic_launcher.png
Bluetooth4_3\Bluetooth4_3\res\drawable-xhdpi\ic_launcher.png
Bluetooth4_3\Bluetooth4_3\res\drawable-xxhdpi\ic_launcher.png
Bluetooth4_3\Bluetooth4_3\res\layout\actionbar_indeterminate_progress.xml
Bluetooth4_3\Bluetooth4_3\res\layout\activity_main.xml
Bluetooth4_3\Bluetooth4_3\res\layout\gatt_services_characteristics.xml
Bluetooth4_3\Bluetooth4_3\res\layout\listitem_device.xml
Bluetooth4_3\Bluetooth4_3\res\menu\gatt_services.xml
Bluetooth4_3\Bluetooth4_3\res\menu\main.xml
Bluetooth4_3\Bluetooth4_3\res\values\dimens.xml
Bluetooth4_3\Bluetooth4_3\res\values\strings.xml
Bluetooth4_3\Bluetooth4_3\res\values\styles.xml
Bluetooth4_3\Bluetooth4_3\res\values-sw600dp\dimens.xml
Bluetooth4_3\Bluetooth4_3\res\values-sw720dp-land\dimens.xml
Bluetooth4_3\Bluetooth4_3\res\values-v11\styles.xml
Bluetooth4_3\Bluetooth4_3\res\values-v14\styles.xml
Bluetooth4_3\Bluetooth4_3\src\com\example\bluetooth\le\BluetoothLeService.java
Bluetooth4_3\Bluetooth4_3\src\com\example\bluetooth\le\DeviceControlActivity.java
Bluetooth4_3\Bluetooth4_3\src\com\example\bluetooth\le\DeviceScanActivity.java
Bluetooth4_3\Bluetooth4_3\src\com\example\bluetooth\le\MainActivity.java
Bluetooth4_3\Bluetooth4_3\src\com\example\bluetooth\le\SampleGattAttributes.java
Bluetooth4_3\Bluetooth4_3\bin\classes\com\example\bluetooth\le
Bluetooth4_3\Bluetooth4_3\bin\classes\com\example\bluetooth
Bluetooth4_3\Bluetooth4_3\gen\com\example\bluetooth\le
Bluetooth4_3\Bluetooth4_3\src\com\example\bluetooth\le
Bluetooth4_3\Bluetooth4_3\bin\classes\com\example
Bluetooth4_3\Bluetooth4_3\gen\com\example\bluetooth
Bluetooth4_3\Bluetooth4_3\src\com\example\bluetooth
Bluetooth4_3\Bluetooth4_3\bin\classes\com
Bluetooth4_3\Bluetooth4_3\bin\res\drawable-hdpi
Bluetooth4_3\Bluetooth4_3\bin\res\drawable-mdpi
Bluetooth4_3\Bluetooth4_3\bin\res\drawable-xhdpi
Bluetooth4_3\Bluetooth4_3\bin\res\drawable-xxhdpi
Bluetooth4_3\Bluetooth4_3\gen\com\example
Bluetooth4_3\Bluetooth4_3\src\com\example
Bluetooth4_3\Bluetooth4_3\bin\classes
Bluetooth4_3\Bluetooth4_3\bin\dexedLibs
Bluetooth4_3\Bluetooth4_3\bin\res
Bluetooth4_3\Bluetooth4_3\gen\com
Bluetooth4_3\Bluetooth4_3\res\drawable-hdpi
Bluetooth4_3\Bluetooth4_3\res\drawable-ldpi
Bluetooth4_3\Bluetooth4_3\res\drawable-mdpi
Bluetooth4_3\Bluetooth4_3\res\drawable-xhdpi
Bluetooth4_3\Bluetooth4_3\res\drawable-xxhdpi
Bluetooth4_3\Bluetooth4_3\res\layout
Bluetooth4_3\Bluetooth4_3\res\menu
Bluetooth4_3\Bluetooth4_3\res\values
Bluetooth4_3\Bluetooth4_3\res\values-sw600dp
Bluetooth4_3\Bluetooth4_3\res\values-sw720dp-land
Bluetooth4_3\Bluetooth4_3\res\values-v11
Bluetooth4_3\Bluetooth4_3\res\values-v14
Related instructions
We are an exchange download platform that only provides communication channels. The downloaded content comes from the internet. Except for download issues, please
Google on your own.
The downloaded content is provided for members to upload. If it unintentionally infringes on your copyright, please
contact us
.
Please use
Winrar
for decompression tools
If download fail, Try it againg or
Feedback to us
.
If downloaded content did not match the introduction,
Feedback
to us,Confirm and will be refund.
Before downloading, you can inquire through the uploaded person information
Comment
All comment
Nothing.
Post Comment
*
Quick comment
Recommend
Not bad
Password
Unclear description
Not source
Lost files
Unable to decompress
Bad
*
Content :
*
Captcha :
CodeBus
is the largest source code store in internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.