Skip to content

Commit afcd030

Browse files
committed
lib: peer_manager: fix typo and cleanup
* Fixes a typo. * Removes extra newlines.
1 parent c7260e3 commit afcd030

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

include/bluetooth/peer_manager/peer_manager.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@ uint32_t pm_conn_sec_params_reply(uint16_t conn_handle, ble_gap_sec_params_t *p_
201201
* are not subscribed to the service changed indication when this function is called do not
202202
* receive an indication, and no events are sent to the user. Likewise, if the service
203203
* changed characteristic is not present in the local database, or if the
204-
* @c CONFIG_PM_SERVICE_CHANGED Kconfig option is disabled, no indications are sent peers,
205-
* and no events are sent to the user.
204+
* @c CONFIG_PM_SERVICE_CHANGED Kconfig option is disabled, no indications are sent to
205+
* the peers, and no events are sent to the user.
206206
*/
207207
void pm_local_database_has_changed(void);
208208

lib/peer_manager/modules/peer_id.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
*/
66

7-
87
#include <stdint.h>
98
#include <string.h>
109
#include <limits.h>

lib/peer_manager/modules/pm_buffer.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
*/
66

7-
87
#include <stdbool.h>
98
#include <string.h>
109
#include <zephyr/sys/atomic.h>

0 commit comments

Comments
 (0)