mirror of
https://github.com/google/pebble.git
synced 2025-04-24 05:27:07 -04:00
spelling: subscription
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
f7e65496ba
commit
da5daef528
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ bool sys_hrm_manager_set_update_interval(HRMSessionRef session, uint32_t update_
|
|||
//! @param[in] session the HRMSessionRef returned by sys_hrm_manager_app_subscribe
|
||||
//! @param[out] app_id if not NULL, the app_id belonging to this subscription is returned here
|
||||
//! @param[out] update_interval_s if not NULL, the requested update interval is returned here
|
||||
//! @param[out] expire_s if not NULL, the number of seconds that this subcription will expire in
|
||||
//! @param[out] expire_s if not NULL, the number of seconds that this subscription will expire in
|
||||
//! @return true if succss, false if subscription was not found
|
||||
bool sys_hrm_manager_get_subscription_info(HRMSessionRef session, AppInstallId *app_id,
|
||||
uint32_t *update_interval_s, uint16_t *expire_s,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue