doc: Bluetooth: Document issue with certain controllers#24688
Merged
jhedberg merged 1 commit intozephyrproject-rtos:masterfrom Apr 30, 2020
Merged
doc: Bluetooth: Document issue with certain controllers#24688jhedberg merged 1 commit intozephyrproject-rtos:masterfrom
jhedberg merged 1 commit intozephyrproject-rtos:masterfrom
Conversation
Member
Author
|
All checks are passing now. Tip: The bot edits this comment instead of posting a new one, so you can check the comment's history to see earlier messages. |
a5c7b0f to
f821c41
Compare
joerchan
approved these changes
Apr 27, 2020
2ff71c9 to
1aa7daf
Compare
Certain Qualcomm controllers do not accept our settings for Host Buffer Size: < HCI Command: Host Buffer Size (0x03|0x0033) plen 7 zephyrproject-rtos#19 [hci0] 22.391048 ACL MTU: 27 ACL max packet: 6 SCO MTU: 0 SCO max packet: 0 > HCI Event: Command Complete (0x0e) plen 4 zephyrproject-rtos#20 [hci0] 22.391525 Host Buffer Size (0x03|0x0033) ncmd 1 Status: Invalid HCI Command Parameters (0x12) Likely due to the fact that we do not reserve space for any SCO packets in the Host. Other Controllers (Realtek) seem to not transmit any data at all in the Controller to Host direction if Controller to Host flow control is enabled. Document this fact in the User Guide so that users know what to do when this happens. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
1aa7daf to
f225f19
Compare
jhedberg
approved these changes
Apr 30, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Certain Qualcomm controllers do not accept our settings for Host Buffer
Size:
Likely due to the fact that we do not reserve space for any SCO packets
in the Host.
Document this fact in the User Guide so that users know what to do when
this happens.
Signed-off-by: Carles Cufi carles.cufi@nordicsemi.no