实例介绍
Android 如何连续的扫描蓝牙的RSSI来测距离,实现三点定位app源码下载,博文教程:https://wanzhou.blog.csdn.net/article/details/77019219
【实例截图】
【核心代码】
16359647363254985533.rar
└── BuletoothAzran
├── AndroidManifest.xml
├── app
│ ├── app.iml
│ ├── app-release.apk
│ ├── build
│ │ ├── generated
│ │ │ ├── assets
│ │ │ │ └── shaders
│ │ │ │ ├── debug
│ │ │ │ └── release
│ │ │ ├── res
│ │ │ │ ├── resValues
│ │ │ │ │ ├── androidTest
│ │ │ │ │ │ └── debug
│ │ │ │ │ ├── debug
│ │ │ │ │ └── release
│ │ │ │ └── rs
│ │ │ │ ├── androidTest
│ │ │ │ │ └── debug
│ │ │ │ ├── debug
│ │ │ │ └── release
│ │ │ └── source
│ │ │ ├── aidl
│ │ │ │ ├── androidTest
│ │ │ │ │ └── debug
│ │ │ │ ├── debug
│ │ │ │ └── release
│ │ │ ├── apt
│ │ │ │ ├── debug
│ │ │ │ └── release
│ │ │ ├── buildConfig
│ │ │ │ ├── androidTest
│ │ │ │ │ └── debug
│ │ │ │ │ └── com
│ │ │ │ │ └── bluetooth
│ │ │ │ │ └── range_azimuth
│ │ │ │ │ └── test
│ │ │ │ │ └── BuildConfig.java
│ │ │ │ ├── debug
│ │ │ │ │ └── com
│ │ │ │ │ └── bluetooth
│ │ │ │ │ └── range_azimuth
│ │ │ │ │ └── BuildConfig.java
│ │ │ │ └── release
│ │ │ │ └── com
│ │ │ │ └── bluetooth
│ │ │ │ └── range_azimuth
│ │ │ │ └── BuildConfig.java
│ │ │ ├── r
│ │ │ │ ├── androidTest
│ │ │ │ │ └── debug
│ │ │ │ ├── debug
│ │ │ │ │ └── com
│ │ │ │ │ └── bluetooth
│ │ │ │ │ └── range_azimuth
│ │ │ │ │ └── R.java
│ │ │ │ └── release
│ │ │ │ └── com
│ │ │ │ └── bluetooth
│ │ │ │ └── range_azimuth
│ │ │ │ └── R.java
│ │ │ └── rs
│ │ │ ├── androidTest
│ │ │ │ └── debug
│ │ │ ├── debug
│ │ │ └── release
│ │ ├── intermediates
│ │ │ ├── assets
│ │ │ │ ├── debug
│ │ │ │ └── release
│ │ │ ├── blame
│ │ │ │ └── res
│ │ │ │ ├── androidTest
│ │ │ │ │ └── debug
│ │ │ │ ├── debug
│ │ │ │ │ ├── multi
│ │ │ │ │ │ ├── values.json
│ │ │ │ │ │ ├── values-v11.json
│ │ │ │ │ │ ├── values-v14.json
│ │ │ │ │ │ ├── values-w820dp-v13.json
│ │ │ │ │ │ └── values-zh.json
│ │ │ │ │ └── single
│ │ │ │ │ ├── drawable-hdpi.json
│ │ │ │ │ ├── drawable-mdpi.json
│ │ │ │ │ ├── drawable-xhdpi.json
│ │ │ │ │ ├── drawable-xxhdpi.json
│ │ │ │ │ ├── layout.json
│ │ │ │ │ └── menu.json
│ │ │ │ └── release
│ │ │ │ ├── multi
│ │ │ │ │ ├── values.json
│ │ │ │ │ ├── values-v11.json
│ │ │ │ │ ├── values-v14.json
│ │ │ │ │ ├── values-w820dp-v13.json
│ │ │ │ │ └── values-zh.json
│ │ │ │ └── single
│ │ │ │ ├── drawable-hdpi.json
│ │ │ │ ├── drawable-mdpi.json
│ │ │ │ ├── drawable-xhdpi.json
│ │ │ │ ├── drawable-xxhdpi.json
│ │ │ │ ├── layout.json
│ │ │ │ └── menu.json
│ │ │ ├── classes
│ │ │ │ ├── debug
│ │ │ │ │ └── com
│ │ │ │ │ └── bluetooth
│ │ │ │ │ └── range_azimuth
│ │ │ │ │ ├── activity
│ │ │ │ │ │ ├── DemoActivity$1.class
│ │ │ │ │ │ ├── DemoActivity.class
│ │ │ │ │ │ ├── DeviceControlActivity$1.class
│ │ │ │ │ │ ├── DeviceControlActivity$2.class
│ │ │ │ │ │ ├── DeviceControlActivity$3.class
│ │ │ │ │ │ ├── DeviceControlActivity$4.class
│ │ │ │ │ │ ├── DeviceControlActivity$5.class
│ │ │ │ │ │ ├── DeviceControlActivity2$1.class
│ │ │ │ │ │ ├── DeviceControlActivity2$2.class
│ │ │ │ │ │ ├── DeviceControlActivity2$3.class
│ │ │ │ │ │ ├── DeviceControlActivity2$4.class
│ │ │ │ │ │ ├── DeviceControlActivity2.class
│ │ │ │ │ │ ├── DeviceControlActivity.class
│ │ │ │ │ │ ├── DeviceScanActivity$1.class
│ │ │ │ │ │ ├── DeviceScanActivity$2.class
│ │ │ │ │ │ ├── DeviceScanActivity$3$1.class
│ │ │ │ │ │ ├── DeviceScanActivity$3.class
│ │ │ │ │ │ ├── DeviceScanActivity$4.class
│ │ │ │ │ │ ├── DeviceScanActivity$5.class
│ │ │ │ │ │ ├── DeviceScanActivity$6.class
│ │ │ │ │ │ ├── DeviceScanActivity$7.class
│ │ │ │ │ │ ├── DeviceScanActivity.class
│ │ │ │ │ │ ├── MainActivity$1.class
│ │ │ │ │ │ └── MainActivity.class
│ │ │ │ │ ├── adapter
│ │ │ │ │ │ ├── LeDeviceListAdapter.class
│ │ │ │ │ │ └── ViewHolder.class
│ │ │ │ │ ├── attribute
│ │ │ │ │ │ └── SampleGattAttributes.class
│ │ │ │ │ ├── BuildConfig.class
│ │ │ │ │ ├── R$attr.class
│ │ │ │ │ ├── R$color.class
│ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ ├── R$id.class
│ │ │ │ │ ├── R$layout.class
│ │ │ │ │ ├── R$menu.class
│ │ │ │ │ ├── R$string.class
│ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ ├── R$style.class
│ │ │ │ │ ├── R.class
│ │ │ │ │ ├── service
│ │ │ │ │ │ ├── BluetoothLeService$1.class
│ │ │ │ │ │ ├── BluetoothLeService$LocalBinder.class
│ │ │ │ │ │ └── BluetoothLeService.class
│ │ │ │ │ ├── util
│ │ │ │ │ │ └── RssiUtil.class
│ │ │ │ │ └── view
│ │ │ │ │ ├── ColorArcProgressBar$1.class
│ │ │ │ │ └── ColorArcProgressBar.class
│ │ │ │ └── release
│ │ │ │ └── com
│ │ │ │ └── bluetooth
│ │ │ │ └── range_azimuth
│ │ │ │ ├── activity
│ │ │ │ │ ├── DemoActivity$1.class
│ │ │ │ │ ├── DemoActivity.class
│ │ │ │ │ ├── DeviceControlActivity$1.class
│ │ │ │ │ ├── DeviceControlActivity$2.class
│ │ │ │ │ ├── DeviceControlActivity$3.class
│ │ │ │ │ ├── DeviceControlActivity$4.class
│ │ │ │ │ ├── DeviceControlActivity$5.class
│ │ │ │ │ ├── DeviceControlActivity2$1.class
│ │ │ │ │ ├── DeviceControlActivity2$2.class
│ │ │ │ │ ├── DeviceControlActivity2$3.class
│ │ │ │ │ ├── DeviceControlActivity2$4.class
│ │ │ │ │ ├── DeviceControlActivity2.class
│ │ │ │ │ ├── DeviceControlActivity.class
│ │ │ │ │ ├── DeviceScanActivity$1.class
│ │ │ │ │ ├── DeviceScanActivity$2.class
│ │ │ │ │ ├── DeviceScanActivity$3$1.class
│ │ │ │ │ ├── DeviceScanActivity$3.class
│ │ │ │ │ ├── DeviceScanActivity$4.class
│ │ │ │ │ ├── DeviceScanActivity$5.class
│ │ │ │ │ ├── DeviceScanActivity$6.class
│ │ │ │ │ ├── DeviceScanActivity$7.class
│ │ │ │ │ ├── DeviceScanActivity.class
│ │ │ │ │ ├── MainActivity$1.class
│ │ │ │ │ └── MainActivity.class
│ │ │ │ ├── adapter
│ │ │ │ │ ├── LeDeviceListAdapter.class
│ │ │ │ │ └── ViewHolder.class
│ │ │ │ ├── attribute
│ │ │ │ │ └── SampleGattAttributes.class
│ │ │ │ ├── BuildConfig.class
│ │ │ │ ├── R$attr.class
│ │ │ │ ├── R$color.class
│ │ │ │ ├── R$dimen.class
│ │ │ │ ├── R$drawable.class
│ │ │ │ ├── R$id.class
│ │ │ │ ├── R$layout.class
│ │ │ │ ├── R$menu.class
│ │ │ │ ├── R$string.class
│ │ │ │ ├── R$styleable.class
│ │ │ │ ├── R$style.class
│ │ │ │ ├── R.class
│ │ │ │ ├── service
│ │ │ │ │ ├── BluetoothLeService$1.class
│ │ │ │ │ ├── BluetoothLeService$LocalBinder.class
│ │ │ │ │ └── BluetoothLeService.class
│ │ │ │ ├── util
│ │ │ │ │ └── RssiUtil.class
│ │ │ │ └── view
│ │ │ │ ├── ColorArcProgressBar$1.class
│ │ │ │ └── ColorArcProgressBar.class
│ │ │ ├── incremental
│ │ │ │ ├── compileDebugAidl
│ │ │ │ │ └── dependency.store
│ │ │ │ ├── compileDebugAndroidTestAidl
│ │ │ │ │ └── dependency.store
│ │ │ │ ├── compileReleaseAidl
│ │ │ │ │ └── dependency.store
│ │ │ │ ├── mergeDebugAndroidTestResources
│ │ │ │ │ ├── aapt-temp
│ │ │ │ │ ├── compile-file-map.properties
│ │ │ │ │ ├── merged.dir
│ │ │ │ │ └── merger.xml
│ │ │ │ ├── mergeDebugAssets
│ │ │ │ │ └── merger.xml
│ │ │ │ ├── mergeDebugJniLibFolders
│ │ │ │ │ └── merger.xml
│ │ │ │ ├── mergeDebugResources
│ │ │ │ │ ├── aapt-temp
│ │ │ │ │ ├── compile-file-map.properties
│ │ │ │ │ ├── merged.dir
│ │ │ │ │ └── merger.xml
│ │ │ │ ├── mergeDebugShaders
│ │ │ │ │ └── merger.xml
│ │ │ │ ├── mergeReleaseAssets
│ │ │ │ │ └── merger.xml
│ │ │ │ ├── mergeReleaseJniLibFolders
│ │ │ │ │ └── merger.xml
│ │ │ │ ├── mergeReleaseResources
│ │ │ │ │ ├── aapt-temp
│ │ │ │ │ ├── compile-file-map.properties
│ │ │ │ │ ├── merged.dir
│ │ │ │ │ └── merger.xml
│ │ │ │ ├── mergeReleaseShaders
│ │ │ │ │ └── merger.xml
│ │ │ │ ├── packageDebug
│ │ │ │ │ ├── dex-renamer-state.txt
│ │ │ │ │ ├── file-input-save-data.txt
│ │ │ │ │ └── zip-cache
│ │ │ │ │ ├── _3y1EWxqYnUS2jycGw115+00XUQ=
│ │ │ │ │ └── YYLeVFA7woVg635y_DpyUgNnCFk=
│ │ │ │ ├── packageDebugAndroidTest
│ │ │ │ │ └── zip-cache
│ │ │ │ ├── packageRelease
│ │ │ │ │ ├── dex-renamer-state.txt
│ │ │ │ │ ├── file-input-save-data.txt
│ │ │ │ │ └── zip-cache
│ │ │ │ │ ├── 5x+QZ8kuDtTUjRN4U7PEGJ1QQw4=
│ │ │ │ │ └── IowimvHp0UCckRk+OPocY3+T_sc=
│ │ │ │ ├── processDebugAndroidTestResources
│ │ │ │ │ └── aapt-temp
│ │ │ │ ├── processDebugResources
│ │ │ │ │ └── aapt-temp
│ │ │ │ └── processReleaseResources
│ │ │ │ └── aapt-temp
│ │ │ ├── incremental-safeguard
│ │ │ │ ├── debug
│ │ │ │ │ └── tag.txt
│ │ │ │ └── release
│ │ │ │ └── tag.txt
│ │ │ ├── jniLibs
│ │ │ │ ├── debug
│ │ │ │ └── release
│ │ │ ├── manifest
│ │ │ │ ├── androidTest
│ │ │ │ │ └── debug
│ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ └── tmp
│ │ │ ├── manifests
│ │ │ │ ├── full
│ │ │ │ │ ├── debug
│ │ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ │ └── release
│ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ └── instant-run
│ │ │ │ ├── debug
│ │ │ │ └── release
│ │ │ ├── pre-dexed
│ │ │ │ ├── debug
│ │ │ │ │ ├── commons-codec-1.8_60944f759b49d9f82f3a89a8cc4dd617b0c7e56b.jar
│ │ │ │ │ └── debug_4ded1ec75f49ed4c5655820b8826a806f2c98d59.jar
│ │ │ │ └── release
│ │ │ │ ├── commons-codec-1.8_60944f759b49d9f82f3a89a8cc4dd617b0c7e56b.jar
│ │ │ │ └── release_c726614631b4ca2da51c7abe0c325f2ee4b0ca55.jar
│ │ │ ├── res
│ │ │ │ ├── merged
│ │ │ │ │ ├── androidTest
│ │ │ │ │ │ └── debug
│ │ │ │ │ ├── debug
│ │ │ │ │ │ ├── drawable-hdpi
│ │ │ │ │ │ │ ├── background.png
│ │ │ │ │ │ │ ├── ic_launcher.png
│ │ │ │ │ │ │ └── icon_back_n2x.png
│ │ │ │ │ │ ├── drawable-mdpi
│ │ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ │ ├── drawable-xhdpi
│ │ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ │ ├── drawable-xxhdpi
│ │ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ │ ├── layout
│ │ │ │ │ │ │ ├── activity_demo.xml
│ │ │ │ │ │ │ ├── activity_device_scan.xml
│ │ │ │ │ │ │ ├── activity_main.xml
│ │ │ │ │ │ │ ├── activity_treadmill.xml
│ │ │ │ │ │ │ ├── gatt_services_characteristics.xml
│ │ │ │ │ │ │ ├── listitem_device.xml
│ │ │ │ │ │ │ ├── spinner_item_drop.xml
│ │ │ │ │ │ │ └── spinner_item_select.xml
│ │ │ │ │ │ ├── menu
│ │ │ │ │ │ │ ├── gatt_services.xml
│ │ │ │ │ │ │ └── main.xml
│ │ │ │ │ │ ├── values
│ │ │ │ │ │ │ └── values.xml
│ │ │ │ │ │ ├── values-v11
│ │ │ │ │ │ │ └── values-v11.xml
│ │ │ │ │ │ ├── values-v14
│ │ │ │ │ │ │ └── values-v14.xml
│ │ │ │ │ │ ├── values-w820dp-v13
│ │ │ │ │ │ │ └── values-w820dp-v13.xml
│ │ │ │ │ │ └── values-zh
│ │ │ │ │ │ └── values-zh.xml
│ │ │ │ │ └── release
│ │ │ │ │ ├── drawable-hdpi
│ │ │ │ │ │ ├── background.png
│ │ │ │ │ │ ├── ic_launcher.png
│ │ │ │ │ │ └── icon_back_n2x.png
│ │ │ │ │ ├── drawable-mdpi
│ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ ├── drawable-xhdpi
│ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ ├── drawable-xxhdpi
│ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ ├── layout
│ │ │ │ │ │ ├── activity_demo.xml
│ │ │ │ │ │ ├── activity_device_scan.xml
│ │ │ │ │ │ ├── activity_main.xml
│ │ │ │ │ │ ├── activity_treadmill.xml
│ │ │ │ │ │ ├── gatt_services_characteristics.xml
│ │ │ │ │ │ ├── listitem_device.xml
│ │ │ │ │ │ ├── spinner_item_drop.xml
│ │ │ │ │ │ └── spinner_item_select.xml
│ │ │ │ │ ├── menu
│ │ │ │ │ │ ├── gatt_services.xml
│ │ │ │ │ │ └── main.xml
│ │ │ │ │ ├── values
│ │ │ │ │ │ └── values.xml
│ │ │ │ │ ├── values-v11
│ │ │ │ │ │ └── values-v11.xml
│ │ │ │ │ ├── values-v14
│ │ │ │ │ │ └── values-v14.xml
│ │ │ │ │ ├── values-w820dp-v13
│ │ │ │ │ │ └── values-w820dp-v13.xml
│ │ │ │ │ └── values-zh
│ │ │ │ │ └── values-zh.xml
│ │ │ │ ├── resources-debug-androidTest.ap_
│ │ │ │ ├── resources-debug.ap_
│ │ │ │ └── resources-release.ap_
│ │ │ ├── rs
│ │ │ │ ├── androidTest
│ │ │ │ │ └── debug
│ │ │ │ │ ├── lib
│ │ │ │ │ └── obj
│ │ │ │ ├── debug
│ │ │ │ │ ├── lib
│ │ │ │ │ └── obj
│ │ │ │ └── release
│ │ │ │ ├── lib
│ │ │ │ └── obj
│ │ │ ├── shaders
│ │ │ │ ├── debug
│ │ │ │ └── release
│ │ │ ├── symbols
│ │ │ │ ├── androidTest
│ │ │ │ │ └── debug
│ │ │ │ ├── debug
│ │ │ │ └── release
│ │ │ └── transforms
│ │ │ ├── dex
│ │ │ │ ├── debug
│ │ │ │ │ └── folders
│ │ │ │ │ └── 1000
│ │ │ │ │ └── 1f
│ │ │ │ │ └── main
│ │ │ │ │ └── classes.dex
│ │ │ │ └── release
│ │ │ │ └── folders
│ │ │ │ └── 1000
│ │ │ │ └── 1f
│ │ │ │ └── main
│ │ │ │ └── classes.dex
│ │ │ ├── mergeJavaRes
│ │ │ │ ├── debug
│ │ │ │ │ └── jars
│ │ │ │ │ └── 2
│ │ │ │ │ └── 1f
│ │ │ │ │ └── main.jar
│ │ │ │ └── release
│ │ │ │ └── jars
│ │ │ │ └── 2
│ │ │ │ └── 1f
│ │ │ │ └── main.jar
│ │ │ └── mergeJniLibs
│ │ │ ├── debug
│ │ │ └── release
│ │ ├── outputs
│ │ │ ├── apk
│ │ │ │ └── app-debug.apk
│ │ │ └── logs
│ │ │ ├── manifest-merger-debug-report.txt
│ │ │ └── manifest-merger-release-report.txt
│ │ ├── reports
│ │ │ ├── lint-results-release-fatal.html
│ │ │ └── lint-results-release-fatal.xml
│ │ └── tmp
│ │ ├── compileDebugJavaWithJavac
│ │ │ └── emptySourcePathRef
│ │ ├── compileReleaseJavaWithJavac
│ │ │ └── emptySourcePathRef
│ │ └── expandedArchives
│ │ └── commons-codec-1.8.jar_cyggvmumaxik2yqgrqutkjkt3
│ │ └── org
│ │ └── apache
│ │ └── commons
│ │ └── codec
│ │ ├── binary
│ │ │ ├── Base32.class
│ │ │ ├── Base32InputStream.class
│ │ │ ├── Base32OutputStream.class
│ │ │ ├── Base64.class
│ │ │ ├── Base64InputStream.class
│ │ │ ├── Base64OutputStream.class
│ │ │ ├── BaseNCodec$Context.class
│ │ │ ├── BaseNCodec.class
│ │ │ ├── BaseNCodecInputStream.class
│ │ │ ├── BaseNCodecOutputStream.class
│ │ │ ├── BinaryCodec.class
│ │ │ ├── Hex.class
│ │ │ └── StringUtils.class
│ │ ├── BinaryDecoder.class
│ │ ├── BinaryEncoder.class
│ │ ├── CharEncoding.class
│ │ ├── Charsets.class
│ │ ├── Decoder.class
│ │ ├── DecoderException.class
│ │ ├── digest
│ │ │ ├── B64.class
│ │ │ ├── Crypt.class
│ │ │ ├── DigestUtils.class
│ │ │ ├── Md5Crypt.class
│ │ │ ├── MessageDigestAlgorithms.class
│ │ │ ├── Sha2Crypt.class
│ │ │ └── UnixCrypt.class
│ │ ├── Encoder.class
│ │ ├── EncoderException.class
│ │ ├── language
│ │ │ ├── AbstractCaverphone.class
│ │ │ ├── bm
│ │ │ │ ├── BeiderMorseEncoder.class
│ │ │ │ ├── Lang$1.class
│ │ │ │ ├── Lang$LangRule.class
│ │ │ │ ├── Lang.class
│ │ │ │ ├── Languages$1.class
│ │ │ │ ├── Languages$2.class
│ │ │ │ ├── Languages$LanguageSet.class
│ │ │ │ ├── Languages$SomeLanguages.class
│ │ │ │ ├── Languages.class
│ │ │ │ ├── NameType.class
│ │ │ │ ├── PhoneticEngine$1.class
│ │ │ │ ├── PhoneticEngine$2.class
│ │ │ │ ├── PhoneticEngine$PhonemeBuilder.class
│ │ │ │ ├── PhoneticEngine$RulesApplication.class
│ │ │ │ ├── PhoneticEngine.class
│ │ │ │ ├── ResourceConstants.class
│ │ │ │ ├── Rule$10.class
│ │ │ │ ├── Rule$1.class
│ │ │ │ ├── Rule$2.class
│ │ │ │ ├── Rule$3.class
│ │ │ │ ├── Rule$4.class
│ │ │ │ ├── Rule$5.class
│ │ │ │ ├── Rule$6.class
│ │ │ │ ├── Rule$7.class
│ │ │ │ ├── Rule$8.class
│ │ │ │ ├── Rule$9.class
│ │ │ │ ├── Rule$Phoneme$1.class
│ │ │ │ ├── Rule$Phoneme.class
│ │ │ │ ├── Rule$PhonemeExpr.class
│ │ │ │ ├── Rule$PhonemeList.class
│ │ │ │ ├── Rule$RPattern.class
│ │ │ │ ├── Rule.class
│ │ │ │ └── RuleType.class
│ │ │ ├── Caverphone1.class
│ │ │ ├── Caverphone2.class
│ │ │ ├── Caverphone.class
│ │ │ ├── ColognePhonetic$CologneBuffer.class
│ │ │ ├── ColognePhonetic$CologneInputBuffer.class
│ │ │ ├── ColognePhonetic$CologneOutputBuffer.class
│ │ │ ├── ColognePhonetic.class
│ │ │ ├── DoubleMetaphone$DoubleMetaphoneResult.class
│ │ │ ├── DoubleMetaphone.class
│ │ │ ├── MatchRatingApproachEncoder.class
│ │ │ ├── Metaphone.class
│ │ │ ├── Nysiis.class
│ │ │ ├── RefinedSoundex.class
│ │ │ ├── Soundex.class
│ │ │ └── SoundexUtils.class
│ │ ├── net
│ │ │ ├── BCodec.class
│ │ │ ├── QCodec.class
│ │ │ ├── QuotedPrintableCodec.class
│ │ │ ├── RFC1522Codec.class
│ │ │ ├── URLCodec.class
│ │ │ └── Utils.class
│ │ ├── StringDecoder.class
│ │ ├── StringEncoder.class
│ │ └── StringEncoderComparator.class
│ ├── build.gradle
│ ├── libs
│ │ └── commons-codec-1.8.jar
│ └── src
│ └── main
│ ├── AndroidManifest.xml
│ ├── java
│ │ └── com
│ │ └── bluetooth
│ │ └── range_azimuth
│ │ ├── activity
│ │ │ ├── DemoActivity.java
│ │ │ ├── DeviceControlActivity2.java
│ │ │ ├── DeviceControlActivity.java
│ │ │ ├── DeviceScanActivity.java
│ │ │ └── MainActivity.java
│ │ ├── adapter
│ │ │ └── LeDeviceListAdapter.java
│ │ ├── attribute
│ │ │ └── SampleGattAttributes.java
│ │ ├── service
│ │ │ └── BluetoothLeService.java
│ │ ├── util
│ │ │ └── RssiUtil.java
│ │ └── view
│ │ └── ColorArcProgressBar.java
│ └── res
│ ├── drawable-hdpi
│ │ ├── background.png
│ │ ├── ic_launcher.png
│ │ └── icon_back_n2x.png
│ ├── drawable-mdpi
│ │ └── ic_launcher.png
│ ├── drawable-xhdpi
│ │ └── ic_launcher.png
│ ├── drawable-xxhdpi
│ │ └── ic_launcher.png
│ ├── layout
│ │ ├── activity_demo.xml
│ │ ├── activity_device_scan.xml
│ │ ├── activity_main.xml
│ │ ├── activity_treadmill.xml
│ │ ├── gatt_services_characteristics.xml
│ │ ├── listitem_device.xml
│ │ ├── spinner_item_drop.xml
│ │ └── spinner_item_select.xml
│ ├── menu
│ │ ├── gatt_services.xml
│ │ └── main.xml
│ ├── values
│ │ ├── atrs.xml
│ │ ├── color.xml
│ │ ├── dimens.xml
│ │ ├── strings.xml
│ │ └── styles.xml
│ ├── values-v11
│ │ └── styles.xml
│ ├── values-v14
│ │ └── styles.xml
│ ├── values-w820dp
│ │ └── dimens.xml
│ └── values-zh
│ └── strings.xml
├── assets
├── bin
│ ├── AndroidManifest.xml
│ ├── BuletoothCall.apk
│ ├── classes
│ │ └── com
│ │ └── goodfamily
│ │ ├── buletoothcall
│ │ │ ├── BluetoothLeService$1.class
│ │ │ ├── BluetoothLeService$LocalBinder.class
│ │ │ ├── BluetoothLeService.class
│ │ │ ├── BuildConfig.class
│ │ │ ├── DemoActivity$1.class
│ │ │ ├── DemoActivity.class
│ │ │ ├── DeviceControlActivity$1.class
│ │ │ ├── DeviceControlActivity$2.class
│ │ │ ├── DeviceControlActivity$3.class
│ │ │ ├── DeviceControlActivity$4.class
│ │ │ ├── DeviceControlActivity.class
│ │ │ ├── DeviceScanActivity$1$1$1.class
│ │ │ ├── DeviceScanActivity$1$1.class
│ │ │ ├── DeviceScanActivity$1.class
│ │ │ ├── DeviceScanActivity$2.class
│ │ │ ├── DeviceScanActivity$3.class
│ │ │ ├── DeviceScanActivity$4.class
│ │ │ ├── DeviceScanActivity$5.class
│ │ │ ├── DeviceScanActivity.class
│ │ │ ├── LeDeviceListAdapter.class
│ │ │ ├── MainActivity$1.class
│ │ │ ├── MainActivity.class
│ │ │ ├── R$attr.class
│ │ │ ├── R$color.class
│ │ │ ├── R$dimen.class
│ │ │ ├── R$drawable.class
│ │ │ ├── R$id.class
│ │ │ ├── R$layout.class
│ │ │ ├── R$menu.class
│ │ │ ├── R$string.class
│ │ │ ├── R$styleable.class
│ │ │ ├── R$style.class
│ │ │ ├── R.class
│ │ │ └── ViewHolder.class
│ │ └── ProgressBar
│ │ ├── ColorArcProgressBar$1.class
│ │ └── ColorArcProgressBar.class
│ ├── classes.dex
│ ├── dexedLibs
│ │ └── commons-codec-1.8-c73322ca40c7a169ac3a204cbabbcca9.jar
│ ├── jarlist.cache
│ ├── res
│ │ └── crunch
│ │ ├── drawable-hdpi
│ │ │ ├── background.png
│ │ │ ├── ic_launcher.png
│ │ │ └── icon_back_n2x.png
│ │ ├── drawable-mdpi
│ │ │ └── ic_launcher.png
│ │ ├── drawable-xhdpi
│ │ │ └── ic_launcher.png
│ │ └── drawable-xxhdpi
│ │ └── ic_launcher.png
│ └── resources.ap_
├── build
│ ├── android-profile
│ │ ├── profile-2020-05-22-22-26-25-294.rawproto
│ │ ├── profile-2020-05-22-22-26-32-495.rawproto
│ │ ├── profile-2020-05-22-22-59-02-593.rawproto
│ │ ├── profile-2020-05-22-22-59-18-021.rawproto
│ │ ├── profile-2020-05-22-23-06-28-606.rawproto
│ │ ├── profile-2020-05-22-23-06-43-011.rawproto
│ │ ├── profile-2020-05-22-23-08-02-725.rawproto
│ │ ├── profile-2020-05-22-23-13-45-315.rawproto
│ │ ├── profile-2020-05-22-23-16-24-323.rawproto
│ │ ├── profile-2020-05-22-23-25-15-649.rawproto
│ │ ├── profile-2020-05-22-23-28-41-098.rawproto
│ │ ├── profile-2020-05-22-23-41-54-668.rawproto
│ │ ├── profile-2020-05-22-23-52-04-037.rawproto
│ │ ├── profile-2020-05-23-22-01-22-010.rawproto
│ │ ├── profile-2020-05-23-22-01-36-986.rawproto
│ │ ├── profile-2020-05-24-11-39-53-850.rawproto
│ │ ├── profile-2020-05-24-11-40-03-850.rawproto
│ │ ├── profile-2020-05-24-12-08-02-786.rawproto
│ │ ├── profile-2020-05-24-12-20-31-348.rawproto
│ │ ├── profile-2020-05-24-12-30-28-708.rawproto
│ │ ├── profile-2020-05-24-12-34-49-103.rawproto
│ │ ├── profile-2020-05-24-13-46-25-283.rawproto
│ │ ├── profile-2020-05-24-13-52-48-326.rawproto
│ │ ├── profile-2020-05-24-14-03-46-066.rawproto
│ │ ├── profile-2020-05-24-14-14-02-890.rawproto
│ │ ├── profile-2020-05-24-14-18-20-278.rawproto
│ │ ├── profile-2020-05-24-14-19-22-741.rawproto
│ │ ├── profile-2020-05-24-14-20-01-581.rawproto
│ │ ├── profile-2020-05-24-14-26-17-532.rawproto
│ │ ├── profile-2020-05-24-14-26-51-629.rawproto
│ │ ├── profile-2020-05-24-14-29-03-617.rawproto
│ │ ├── profile-2020-05-24-15-04-43-229.rawproto
│ │ ├── profile-2020-05-24-15-09-31-946.rawproto
│ │ ├── profile-2020-05-24-15-14-54-492.rawproto
│ │ ├── profile-2020-05-24-15-15-33-752.rawproto
│ │ ├── profile-2020-05-24-15-16-16-595.rawproto
│ │ ├── profile-2020-05-24-15-20-41-698.rawproto
│ │ ├── profile-2020-05-24-15-20-53-554.rawproto
│ │ ├── profile-2020-05-24-15-23-57-088.rawproto
│ │ ├── profile-2020-05-24-15-26-18-851.rawproto
│ │ ├── profile-2020-05-24-15-27-11-436.rawproto
│ │ ├── profile-2020-05-24-15-29-33-849.rawproto
│ │ ├── profile-2020-05-24-15-49-21-597.rawproto
│ │ └── profile-2020-05-24-15-49-32-693.rawproto
│ ├── generated
│ │ └── mockable-android-23.jar
│ └── intermediates
│ └── dex-cache
│ └── cache.xml
├── build.gradle
├── BuletoothAzran.iml
├── gen
│ └── com
│ └── goodfamily
│ └── buletoothcall
│ ├── BuildConfig.java
│ ├── Manifest.java
│ └── R.java
├── gradle
│ └── wrapper
│ ├── gradle-wrapper.jar
│ └── gradle-wrapper.properties
├── gradlew
├── gradlew.bat
├── ic_launcher-web.png
├── import-summary.txt
├── libs
│ └── commons-codec-1.8.jar
├── local.properties
├── proguard-project.txt
├── project.properties
├── res
│ ├── drawable-hdpi
│ │ ├── background.png
│ │ ├── ic_launcher.png
│ │ └── icon_back_n2x.png
│ ├── drawable-ldpi
│ ├── drawable-mdpi
│ │ └── ic_launcher.png
│ ├── drawable-xhdpi
│ │ └── ic_launcher.png
│ ├── drawable-xxhdpi
│ │ └── ic_launcher.png
│ ├── layout
│ │ ├── activity_demo.xml
│ │ ├── activity_device_scan.xml
│ │ ├── activity_main.xml
│ │ ├── activity_treadmill.xml
│ │ └── listitem_device.xml
│ ├── menu
│ │ └── main.xml
│ ├── values
│ │ ├── atrs.xml
│ │ ├── color.xml
│ │ ├── dimens.xml
│ │ ├── strings.xml
│ │ └── styles.xml
│ ├── values-v11
│ │ └── styles.xml
│ ├── values-v14
│ │ └── styles.xml
│ └── values-w820dp
│ └── dimens.xml
├── settings.gradle
└── src
└── com
└── goodfamily
├── buletoothcall
│ ├── BluetoothLeService.java
│ ├── DemoActivity.java
│ ├── DeviceControlActivity.java
│ ├── DeviceScanActivity.java
│ ├── LeDeviceListAdapter.java
│ └── MainActivity.java
└── ProgressBar
└── ColorArcProgressBar.java
304 directories, 467 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论