Functions | |
| sdk_err_t | fast_otas_service_init (fast_otas_init_t *p_otas_init) |
| Add an FAST_OTA Service instance in the DB. More... | |
| sdk_err_t | fast_otas_notify_cmd_data (uint8_t conn_idx, uint8_t *p_data, uint16_t length) |
| Send data to peer device. More... | |
| sdk_err_t fast_otas_notify_cmd_data | ( | uint8_t | conn_idx, |
| uint8_t * | p_data, | ||
| uint16_t | length | ||
| ) |
Send data to peer device.
| [in] | conn_idx | Connection index |
| [in] | p_data | The Pointer of send value |
| [in] | length | The Lenth of send value |
| sdk_err_t fast_otas_service_init | ( | fast_otas_init_t * | p_otas_init | ) |
Add an FAST_OTA Service instance in the DB.
| [in] | p_otas_init | :Pointer to FAST_OTA Service environment variable |