File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ max_line_length = 75
5959[Kconfig* ]
6060indent_style = space
6161indent_size = 4
62+ max_line_length = 70
6263
6364# Markdown
6465[* .md ]
Original file line number Diff line number Diff line change @@ -85,10 +85,10 @@ source "subsys/logging/Kconfig.template.log_config"
8585config POUCH_GATEWAY_GATT_SCAN_FILTER_BONDED
8686 bool "Scan filter by bonded status"
8787 help
88- Filter scanned devices by bonded status. Use it for authenticated
89- connections, so that discovered devices will be ignored when not bonded
90- already. Bonding can be triggered explicitly by calling
91- pouch_gateway_bonding_enable() API.
88+ Filter scanned devices by bonded status. Use it for
89+ authenticated connections, so that discovered devices will be
90+ ignored when not bonded already. Bonding can be triggered
91+ explicitly by calling pouch_gateway_bonding_enable() API.
9292
9393module = POUCH_GATEWAY_GATT
9494module-str = Pouch Gateway GATT Library
You can’t perform that action at this time.
0 commit comments