|
|
@@ -1,4 +1,4 @@ |
|
|
|
# AILinkBleSDK instructions |
|
|
|
# AILinkBleSDK instructions |
|
|
|
|
|
|
|
[English](README.md) |
|
|
|
|
|
|
@@ -627,7 +627,7 @@ There is a lot of content, you need to call what you need to call, if you are ac |
|
|
|
``` |
|
|
|
#### 4.Receive transparent data |
|
|
|
//MARK:Receive transparent transmission data (data that does not comply with the AILink protocol, customers who need to do transparent transmission can parse the data according to their own protocol, transparent transmission data cannot start with "A6" or "A7") |
|
|
|
```` |
|
|
|
``` |
|
|
|
-(void)bluetoothManagerReceivePassData:(NSData *)data{ |
|
|
|
NSLog(@"bluetoothManagerReceivePassData = %@",data.description); |
|
|
|
|