Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Donald Chen
pc-ble-driver-sd_api_v6
Commits
87e857ae
Commit
87e857ae
authored
Nov 28, 2017
by
Chun Fan
Browse files
Add comment in sd_rpc.h
parent
ec145244
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/common/sd_rpc.h
View file @
87e857ae
...
...
@@ -145,6 +145,13 @@ SD_RPC_API uint32_t sd_rpc_close(adapter_t *adapter);
*/
SD_RPC_API
uint32_t
sd_rpc_log_handler_severity_filter_set
(
adapter_t
*
adapter
,
sd_rpc_log_severity_t
severity_filter
);
/**@brief Reset the connectivity chip.
*
* @param[in] adapter The transport adapter.
*
* @retval NRF_SUCCESS The connectivity chip was reset successfully.
* @retval NRF_ERROR There was an error reset the connectivity chip.
*/
SD_RPC_API
uint32_t
sd_rpc_conn_reset
(
adapter_t
*
adapter
);
#ifdef __cplusplus
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment