|
|
@@ -2111,6 +2111,33 @@ MARK // MARK: 5. Enter wifi password |
|
|
|
return user; |
|
|
|
} |
|
|
|
``` |
|
|
|
|
|
|
|
### Broadcast Body Fat Scale |
|
|
|
#### 1. File description |
|
|
|
>* `ELBroadcastScaleBleHeader` some enumerations used; |
|
|
|
>* `ELBroadcastScaleBleManager` continues from the class of `ELBluetoothManager`, used to scan nearby devices and receive data; |
|
|
|
>* `ELBroadcastScaleDataModel` The data structure model of the broadcast scale. |
|
|
|
|
|
|
|
#### 2. Use example Demo |
|
|
|
Open `AILinkBleSDKDemo_iOS`, run it on the phone, select `集成广播秤`, refer to the use of `BroadcastScaleViewController.m`. |
|
|
|
|
|
|
|
### Eight electrode body fat scale |
|
|
|
#### 1. File description |
|
|
|
>* `ELEightScaleSDKHeader `Some enumerations and data structures used; |
|
|
|
>* `ELEightScaleBleManager` continues from the class of `ELBluetoothManager`, used to scan nearby devices, connect devices, receive data and send data to devices; |
|
|
|
>* `ELEightScaleBleDataModel` The data structure model of the weighing result. |
|
|
|
|
|
|
|
#### 2. Use example Demo |
|
|
|
Open `AILinkBleSDKDemo_iOS`, run it on the phone, select `八电极体脂秤`, refer to the use of `EightScaleScanViewController.m` and `EightScaleConnectionViewController.m`. |
|
|
|
|
|
|
|
### Bluetooth WiFi toothbrush |
|
|
|
#### 1. File description |
|
|
|
>* `ELToothburshHeader` some enumerations and data structures used; |
|
|
|
>* `ELToothbrushBleManager` continues from the class of `ELBluetoothManager`, used to scan nearby devices, connect devices, receive data and send data to devices. |
|
|
|
|
|
|
|
#### 2. Use example Demo |
|
|
|
Open `AILinkBleSDKDemo_iOS`, run it on the phone, select `蓝牙WiFi牙刷`, refer to the use of `ToothbrushScanViewController.m` and `ToothbrushConnectionViewController.m`. |
|
|
|
|
|
|
|
#### 6.Explanation |
|
|
|
The body fat scale needs to read the supported weight unit from the device. When the unit is switched, the supported unit shall prevail |
|
|
|
|