Skip to content

Commit

Permalink
CI code style check - test
Browse files Browse the repository at this point in the history
  • Loading branch information
wpiet committed Sep 2, 2024
1 parent 6f5b33c commit 3e6a971
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions nimble/host/include/host/ble_hs.h
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ struct ble_hs_cfg {
};

/** Configuration structure for the NimBLE Host stack. */
extern struct ble_hs_cfg ble_hs_cfg;
extern struct ble_hs_cfg ble_hs_cfg;

/**
* @}
Expand Down Expand Up @@ -459,7 +459,8 @@ void ble_hs_init(void);
*
* @return SYSDOWN_IN_PROGRESS.
*/
int ble_hs_shutdown(int reason);
int ble_hs_shutdown
(int reason);

#ifdef __cplusplus
}
Expand Down
3 changes: 2 additions & 1 deletion nimble/host/include/host/ble_hs_id.h
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ int ble_hs_id_copy_addr(uint8_t id_addr_type, uint8_t *out_id_addr,
* suitable address.
* Other BLE host core code on error.
*/
int ble_hs_id_infer_auto(int privacy, uint8_t *out_addr_type);
int ble_hs_id_infer_auto
(int privacy,uint8_t *out_addr_type);

#ifdef __cplusplus
}
Expand Down

0 comments on commit 3e6a971

Please sign in to comment.