Replies: 1 comment
-
Okay I'm 99% confident that RTL8723DS is a bluetooth 4.0 chip but advertised to be "compatible" with 4.2 standard and labeled to be a 4.2 chip. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Recently I'm playing around with an SBC with RTL8723DS(wifi+bt combo chip) and found it cannot pair with my ZMK keyboard. Initially I thought it's a bug in linux/bluez or ZMK, however tests showed that maybe the chip is the one to blame.
I tried to pair with the keyboard using bluetoothctl(with bluez 5.76, 5.74, 5.68), but got:
However on Intel AC8265(BT4.2) and RTL8761B(BT5.0), everything works fine.
Here's a picture of btmon log comparison:
The datasheets for realtek chips(collected from internet):
ZMK's doc states that it can only connect to BT4.2 or newer devices due to the link encryption method.
So final question is: Is RTL8723DS the one to blame? Maybe it's a chip with partial 4.2 implementation?
I can provide the btmon captures if necessary.
Beta Was this translation helpful? Give feedback.
All reactions