Hot Search : Source embeded web remote control p2p game More...
Location : Home Downloads SourceCode Windows Develop Other

BluetoothLE

  • Category : Other
  • Tags :
  • Update : 2017-07-06
  • Size : 1.91mb
  • Downloaded :0次
  • Author :啊****
  • About : Nobody
  • PS : If download it fails, try it again. Download again for free!
Download1 Download2
Don't use download software fo downloading.
If download fail,Try it again for free.
Introduction - If you have any usage issues, please Google them yourself
Ble communication function. Let Bluetooth devices communicate with app.
Packet file list
(Preview for download)
BluetoothLE\.gitignore
BluetoothLE\.idea\.name
BluetoothLE\.idea\compiler.xml
BluetoothLE\.idea\copyright\profiles_settings.xml
BluetoothLE\.idea\gradle.xml
BluetoothLE\.idea\inspectionProfiles\profiles_settings.xml
BluetoothLE\.idea\inspectionProfiles\Project_Default.xml
BluetoothLE\.idea\misc.xml
BluetoothLE\.idea\modules.xml
BluetoothLE\.idea\runConfigurations\Run_Android_Tests.xml
BluetoothLE\.idea\runConfigurations\Run_JUnit_Tests.xml
BluetoothLE\.idea\runConfigurations\Run_Sample_App.xml
BluetoothLE\.idea\vcs.xml
BluetoothLE\bluetooth-le-library.iml
BluetoothLE\build.gradle
BluetoothLE\dist\BluetoothLeLibrary-0.0.1-javadoc.jar
BluetoothLE\dist\BluetoothLeLibrary-0.0.1.jar
BluetoothLE\documents\Bluetooth_UUIDs.ods
BluetoothLE\documents\COMPANY_IDENTIFIERS.ods
BluetoothLE\gradle\wrapper\gradle-wrapper.jar
BluetoothLE\gradle\wrapper\gradle-wrapper.properties
BluetoothLE\gradlew
BluetoothLE\gradlew.bat
BluetoothLE\library\.gitignore
BluetoothLE\library\build.gradle
BluetoothLE\library\ic_launcher-web.png
BluetoothLE\library\library.iml
BluetoothLE\library\proguard-rules.pro
BluetoothLE\library\src\main\AndroidManifest.xml
BluetoothLE\library\src\main\java\uk\co\alt236\bluetoothlelib\device\adrecord\AdRecord.java
BluetoothLE\library\src\main\java\uk\co\alt236\bluetoothlelib\device\adrecord\AdRecordStore.java
BluetoothLE\library\src\main\java\uk\co\alt236\bluetoothlelib\device\beacon\BeaconDevice.java
BluetoothLE\library\src\main\java\uk\co\alt236\bluetoothlelib\device\beacon\BeaconManufacturerData.java
BluetoothLE\library\src\main\java\uk\co\alt236\bluetoothlelib\device\beacon\BeaconType.java
BluetoothLE\library\src\main\java\uk\co\alt236\bluetoothlelib\device\beacon\BeaconUtils.java
BluetoothLE\library\src\main\java\uk\co\alt236\bluetoothlelib\device\beacon\ibeacon\IBeaconConstants.java
BluetoothLE\library\src\main\java\uk\co\alt236\bluetoothlelib\device\beacon\ibeacon\IBeaconDevice.java
BluetoothLE\library\src\main\java\uk\co\alt236\bluetoothlelib\device\beacon\ibeacon\IBeaconDistanceDescriptor.java
BluetoothLE\library\src\main\java\uk\co\alt236\bluetoothlelib\device\beacon\ibeacon\IBeaconManufacturerData.java
BluetoothLE\library\src\main\java\uk\co\alt236\bluetoothlelib\device\beacon\ibeacon\IBeaconUtils.java
BluetoothLE\library\src\main\java\uk\co\alt236\bluetoothlelib\device\BluetoothLeDevice.java
BluetoothLE\library\src\main\java\uk\co\alt236\bluetoothlelib\device\BluetoothService.java
BluetoothLE\library\src\main\java\uk\co\alt236\bluetoothlelib\resolvers\BluetoothClassResolver.java
BluetoothLE\library\src\main\java\uk\co\alt236\bluetoothlelib\resolvers\CompanyIdentifierResolver.java
BluetoothLE\library\src\main\java\uk\co\alt236\bluetoothlelib\resolvers\GattAttributeResolver.java
BluetoothLE\library\src\main\java\uk\co\alt236\bluetoothlelib\util\AdRecordUtils.java
BluetoothLE\library\src\main\java\uk\co\alt236\bluetoothlelib\util\ByteUtils.java
BluetoothLE\library\src\main\java\uk\co\alt236\bluetoothlelib\util\LimitedLinkHashMap.java
BluetoothLE\library\src\test\java\uk\co\alt236\bluetoothlelib\device\beacon\BeaconUtilsTest.java
BluetoothLE\library\src\test\java\uk\co\alt236\bluetoothlelib\device\beacon\ibeacon\IBeaconManufacturerDataTest.java
BluetoothLE\library\src\test\java\uk\co\alt236\bluetoothlelib\device\beacon\ibeacon\IBeaconUtilsTest.java
BluetoothLE\library\src\test\java\uk\co\alt236\bluetoothlelib\resolvers\GattAttributeResolverTest.java
BluetoothLE\library\src\test\java\uk\co\alt236\bluetoothlelib\util\AdRecordUtilsTest.java
BluetoothLE\library\src\test\java\uk\co\alt236\bluetoothlelib\util\ByteUtilsTest.java
BluetoothLE\LICENSE-2.0.html
BluetoothLE\README.md
BluetoothLE\sample_app\.gitignore
BluetoothLE\sample_app\build.gradle
BluetoothLE\sample_app\ic_launcher-web.png
BluetoothLE\sample_app\libs\EasyCursor-0.1.1.jar
BluetoothLE\sample_app\proguard-rules.pro
BluetoothLE\sample_app\sample_app.iml
BluetoothLE\sample_app\src\main\AndroidManifest.xml
BluetoothLE\sample_app\src\main\java\uk\co\alt236\btlescan\activities\DeviceControlActivity.java
BluetoothLE\sample_app\src\main\java\uk\co\alt236\btlescan\activities\DeviceDetailsActivity.java
BluetoothLE\sample_app\src\main\java\uk\co\alt236\btlescan\activities\MainActivity.java
BluetoothLE\sample_app\src\main\java\uk\co\alt236\btlescan\adapters\LeDeviceListAdapter.java
BluetoothLE\sample_app\src\main\java\uk\co\alt236\btlescan\containers\BluetoothLeDeviceStore.java
BluetoothLE\sample_app\src\main\java\uk\co\alt236\btlescan\services\BluetoothLeService.java
BluetoothLE\sample_app\src\main\java\uk\co\alt236\btlescan\util\BluetoothLeScanner.java
BluetoothLE\sample_app\src\main\java\uk\co\alt236\btlescan\util\BluetoothUtils.java
BluetoothLE\sample_app\src\main\java\uk\co\alt236\btlescan\util\Constants.java
BluetoothLE\sample_app\src\main\java\uk\co\alt236\btlescan\util\CsvWriterHelper.java
BluetoothLE\sample_app\src\main\java\uk\co\alt236\btlescan\util\TimeFormatter.java
BluetoothLE\sample_app\src\main\java\uk\co\alt236\btlescan\util\UtcDateFormatter.java
BluetoothLE\sample_app\src\main\res\drawable-hdpi\ic_action_share.png
BluetoothLE\sample_app\src\main\res\drawable-hdpi\ic_launcher.png
BluetoothLE\sample_app\src\main\res\drawable-mdpi\ic_action_share.png
BluetoothLE\sample_app\src\main\res\drawable-mdpi\ic_launcher.png
BluetoothLE\sample_app\src\main\res\drawable-xhdpi\ic_action_share.png
BluetoothLE\sample_app\src\main\res\drawable-xhdpi\ic_bluetooth.png
BluetoothLE\sample_app\src\main\res\drawable-xhdpi\ic_bluetooth_on.png
BluetoothLE\sample_app\src\main\res\drawable-xhdpi\ic_device_ibeacon.png
BluetoothLE\sample_app\src\main\res\drawable-xhdpi\ic_launcher.png
BluetoothLE\sample_app\src\main\res\drawable-xxhdpi\ic_action_share.png
BluetoothLE\sample_app\src\main\res\drawable-xxhdpi\ic_launcher.png
BluetoothLE\sample_app\src\main\res\layout\actionbar_progress_indeterminate.xml
BluetoothLE\sample_app\src\main\res\layout\activity_details.xml
BluetoothLE\sample_app\src\main\res\layout\activity_gatt_services.xml
BluetoothLE\sample_app\src\main\res\layout\activity_main.xml
BluetoothLE\sample_app\src\main\res\layout\list_item_device.xml
BluetoothLE\sample_app\src\main\res\layout\list_item_view_adrecord.xml
BluetoothLE\sample_app\src\main\res\layout\list_item_view_device_info.xml
BluetoothLE\sample_app\src\main\res\layout\list_item_view_header.xml
BluetoothLE\sample_app\src\main\res\layout\list_item_view_ibeacon_details.xml
BluetoothLE\sample_app\src\main\res\layout\list_item_view_rssi_info.xml
BluetoothLE\sample_app\src\main\res\layout\list_item_view_textview.xml
BluetoothLE\sample_app\src\main\res\menu\details.xml
BluetoothLE\sample_app\src\main\res\menu\gatt_services.xml
BluetoothLE\sample_app\src\main\res\menu\main.xml
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

Nothing.

Post Comment
*Quick comment Recommend Not bad Password Unclear description Not source
Lost files Unable to decompress Bad
*Content :
*Captcha :
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.