Skip to content

Commit 6b6c433

Browse files
jori-nordicnashif
authored andcommitted
Bluetooth: doc: update kconfig docstring
CONFIG_BT_CONN_TX_USER_DATA_SIZE is now used for callbacks in the host. We don't want to limit ourselves to that, so change the wording to be more generic. In the future, the plan is to not use user_data at all, removing the need for the kconfig altogether. Also rename the structure that was referenced in the docstring. Signed-off-by: Jonathan Rico <[email protected]>
1 parent 32cf0e0 commit 6b6c433

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

subsys/bluetooth/host/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,8 +280,8 @@ config BT_CONN_TX_USER_DATA_SIZE
280280
default 32 if 64BIT
281281
default 16
282282
help
283-
Necessary user_data size for allowing packet fragmentation when
284-
sending over HCI. See `struct tx_meta` in conn.c.
283+
Necessary user_data size for stack usage. Mostly used for passing
284+
callbacks around. See `struct closure` in conn_internal.h.
285285

286286
config BT_CONN_FRAG_COUNT
287287
int

0 commit comments

Comments
 (0)