-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
After intense digging and comparing .config with the pristine one of Bluetooth Shell it seems that enabling BT_REMOTE_VERSION does the trick, should this be included in the default config for the board somewhere? @jhedberg any suggestions? :) |
Beta Was this translation helpful? Give feedback.
-
I don't see the remote version being used for anything special in the Bluetooth host code (which is why it's not enabled by default), so it seems like this might be some incompatibility or bug on a lower layer. 0x08 is the code for "Connection Timeout", btw. If you have access to an air sniffer, that might give some more information. @cvinayak @jori-nordic FYI |
Beta Was this translation helpful? Give feedback.
After intense digging and comparing .config with the pristine one of Bluetooth Shell it seems that enabling BT_REMOTE_VERSION does the trick, should this be included in the default config for the board somewhere?
@jhedberg any suggestions? :)