rtl8723bs_bt icon indicating copy to clipboard operation
rtl8723bs_bt copied to clipboard

Bluetooth Code for RTL8723bs

Results 20 rtl8723bs_bt issues
Sort by recently updated
recently updated
newest added

Hi, I am new for rtl8723bs, what's wrong for me? Can you help me? @lwfinger root@Telescope:~# ./rtk_hciattach -n -s 115200 /dev/ttyO2 rtk_h5 Realtek Bluetooth init uart with init speed:115200, final_speed:115200,...

I've done everything with was written in readme.txt. No errors at writing commands, everything's fine but bluetooth still doesn't work.

The problem was described here: https://forums.fedoraforum.org/showthread.php?318910-Driver-for-realtek-RTL8723BS-wifi-bluetooth-chip dmesg: http://vps2.happyuser.info/lynx7-problem/dmesg.txt Some check: ``` $ dmesg | grep ttyS [ 1.677076] 00:02: ttyS0 at I/O 0x3f8 (irq = 27, base_baud = 115200) is...

Realtek Bluetooth init uart with init speed:115200, final_speed:115200, type:HCI UART H5 Realtek Bluetooth :Realtek hciattach version 2.5 Realtek Bluetooth :3-wire sync pattern resend : 1, len: 8 Realtek Bluetooth :Get...

Hi, I tried all the ttyS\* on my device and none works. Wifi is working perfectly (recompiled kernel with fixes from the patch/ directory of rtl8723bs repo), but no way...

Is it possible to use the driver on earlier linux kernel release, 3.10.62? As is written in readme it need the H5 uart, howerver it seems to work till hci_download_patch....

I have a laptop - specifically [RDP Thinbook](http://www.rdp.in/thinbook/) with an Intel Atom X5-Z8300 (Cherry Trail) with a Realtek RTL8723bs chipset that does Wifi and Bluetooth. Your utility, firmware and systemd...

Hi, I'm working on a CherryTrail with rlt8723bs on SDIO. I read I should run `dmesg | grep -i "ttyS.* at MMIO"` to locate the correct ttySx. Well, initially I...

After changing the tty used by hciattach: ``` $ dmesg | grep tty [ 0.000000] console [tty0] enabled [ 1.145803] 00:02: ttyS0 at I/O 0x3f8 (irq = 202, base_baud =...

Hi, I'm trying to setup a PINE64 (https://www.pine64.org/) to act as a BT audio sink, but the driver doesn't seem to support this. I couldn't find anywhere whether or not...