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 <jonathan.rico@nordicsemi.no>
This commit is contained in:
Jonathan Rico 2024-08-20 14:55:07 +02:00 committed by Anas Nashif
commit 6b6c4333b7

View file

@ -280,8 +280,8 @@ config BT_CONN_TX_USER_DATA_SIZE
default 32 if 64BIT default 32 if 64BIT
default 16 default 16
help help
Necessary user_data size for allowing packet fragmentation when Necessary user_data size for stack usage. Mostly used for passing
sending over HCI. See `struct tx_meta` in conn.c. callbacks around. See `struct closure` in conn_internal.h.
config BT_CONN_FRAG_COUNT config BT_CONN_FRAG_COUNT
int int