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 @@ -81,10 +81,10 @@ source "subsys/logging/Kconfig.template.log_config"
8181config POUCH_GATEWAY_GATT_SCAN_FILTER_BONDED
8282 bool "Scan filter by bonded status"
8383 help
84- Filter scanned devices by bonded status. Use it for authenticated
85- connections, so that discovered devices will be ignored when not bonded
86- already. Bonding can be triggered explicitly by calling
87- pouch_gateway_bonding_enable() API.
84+ Filter scanned devices by bonded status. Use it for
85+ authenticated connections, so that discovered devices will be
86+ ignored when not bonded already. Bonding can be triggered
87+ explicitly by calling pouch_gateway_bonding_enable() API.
8888
8989module = POUCH_GATEWAY_GATT
9090module-str = Pouch Gateway GATT Library
You can’t perform that action at this time.
0 commit comments