Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bluetooth: Shell: BR: Set user data size for rfcomm tx pool #82894

Merged
merged 1 commit into from
Dec 16, 2024

Conversation

makeshi
Copy link
Collaborator

@makeshi makeshi commented Dec 12, 2024

The user data size of the RFCOMM tx pool is zero.

There is not enough space to put the tx_mate.

Use CONFIG_BT_CONN_TX_USER_DATA_SIZE to set
the data size for the RFCOMM tx pool.

@makeshi makeshi force-pushed the bt_shell_br_rfcomm branch 2 times, most recently from dbcfcc8 to 0f58b4d Compare December 12, 2024 06:36
@zephyrbot zephyrbot added the size: XS A PR changing only a single line of code label Dec 12, 2024
@jhedberg
Copy link
Member

Do you mean tx_meta instead of tx_mate in the commit message?

The user data size of the RFCOMM tx pool is zero. There is not enough
space to put the tx_meta data. Use CONFIG_BT_CONN_TX_USER_DATA_SIZE to
set the data size for the RFCOMM tx pool.

Signed-off-by: Make Shi <[email protected]>
@kartben kartben merged commit 7349c85 into zephyrproject-rtos:main Dec 16, 2024
27 checks passed
@makeshi makeshi mentioned this pull request Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Bluetooth Classic Bluetooth Classic (BR/EDR) area: Bluetooth size: XS A PR changing only a single line of code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants