Skip to content

Commit 12e345e

Browse files
committed
include: bluetooth: peer_manager: fix typo
Fixes a typo. Signed-off-by: Mirko Covizzi <[email protected]>
1 parent 1bfa774 commit 12e345e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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

0 commit comments

Comments
 (0)