|
|
@@ -6,6 +6,8 @@ |
|
|
|
| Version number | Update time | Author | Update information | |
|
|
|
| ------ | ------- | ---- | ----- | |
|
|
|
| v1.0.2_20200407 | 2020-04-09 | JosonXiong | Initialization | |
|
|
|
| v1.0.3_20200421 | 2020-04-21 | JosonXiong | 1. Modified the problem that the state cannot be synchronized after switching Bluetooth on and off for many times; |
|
|
|
2Add the transparent transmission method of the parent class "ELBluetoothManager", please call it in the subclass | |
|
|
|
|
|
|
|
## Conditions of Use |
|
|
|
1. iOS 9.0 and above; |
|
|
@@ -675,6 +677,11 @@ Callback decrypted A7 transparent data (payload part), type device type( 回调 |
|
|
|
@param data Device basic information payload data (length is 16 bytes)(设备基本信息payload数据(长度为16个byte)) |
|
|
|
*/ |
|
|
|
-(void)bluetoothReceiveBasicInfoPayloadData:(NSData *)data; |
|
|
|
///Callback transparent transmission data(回调透传数据) |
|
|
|
/// @param data Transparent data(透传数据) |
|
|
|
-(void)bluetoothReceivePassData:(NSData *)data{ |
|
|
|
//Parsing transparent transmission data(解析透传数据) |
|
|
|
} |
|
|
|
``` |
|
|
|
#### 4.Define your own agreement |
|
|
|
``` |