-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
384e7ce
commit 9e18f1f
Showing
22 changed files
with
67 additions
and
982 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ | |
|
||
public class BleMsg { | ||
|
||
|
||
// Scan | ||
public static final int MSG_SCAN_DEVICE = 0X00; | ||
|
||
|
1 change: 0 additions & 1 deletion
1
FastBleLib/src/main/java/com/clj/fastble/data/BleScanState.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
package com.clj.fastble.data; | ||
|
||
|
||
|
||
public enum BleScanState { | ||
|
||
STATE_IDLE(-1), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ Android Bluetooth Low Energy | |
- Support configuration timeout for conncet or operation | ||
|
||
|
||
# Preview | ||
### Preview | ||
![Preview_1](https://github.com/Jasonchenlijian/FastBle/raw/master/preview/new_1.png) | ||
![Preview_2](https://github.com/Jasonchenlijian/FastBle/raw/master/preview/new_2.png) | ||
![Preview_3](https://github.com/Jasonchenlijian/FastBle/raw/master/preview/new_3.png) | ||
|
@@ -42,7 +42,7 @@ If you want to quickly preview all the functions, you can download APK as a test | |
|
||
### Jar | ||
|
||
[FastBLE-2.3.4.jar](https://github.com/Jasonchenlijian/FastBle/raw/master/FastBLE-2.3.4.jar) | ||
[FastBLE-2.4.0.jar](https://github.com/Jasonchenlijian/FastBle/raw/master/FastBLE-2.4.0.jar) | ||
|
||
|
||
## Wiki | ||
|
@@ -53,7 +53,7 @@ If you want to quickly preview all the functions, you can download APK as a test | |
|
||
|
||
|
||
# Usage | ||
## Usage | ||
|
||
- #### Init | ||
|
||
|
@@ -533,7 +533,7 @@ If you want to quickly preview all the functions, you can download APK as a test | |
## Contact | ||
If you have problems and ideas to communicate with me, you can contact me in the following ways. | ||
|
||
QQ: 1033526540 | ||
WeChat: chenlijian1216 | ||
|
||
Email: [email protected] | ||
|
||
|
Oops, something went wrong.