lwfinger / rtl8723bu

Driver for RTL8723BU
283 stars 143 forks source link

RTL8723BU BT can't connect to the mobile phone #93

Open xieyanlin opened 6 years ago

xieyanlin commented 6 years ago

I use RTL8723BU module on Linux-2.6.39 platform, now WiFi can be used normally, but when BT is used, the driver can be loaded normally, and BT can be scanned to BT by mobile phone, but it can not connect.

# rtk_btusb: btusb_notify: hci0 evt 1
rtk_btcoex: hci accept connreq, notify wifi page start
rtk_btcoex: notify wifi page success end
bluetoothd[602]: plugins/hciops.c:conn_complete() status 0x00
bluetoothd[602]: src/adapter.c:adapter_get_device() 14:A5:1A:0C:98:7C
bluetoothd[602]: plugins/hciops.c:remote_features_information() hci0 status 0
bluetoothd[602]: plugins/hciops.c:remote_name_information() hci0 status 0
bluetoothrtk_btcoex: io cap req, notify wifi pair start
d[602]: plugins/hciops.c:io_capa_response() hci0 IO capability response from 14:A5:1A:0C:98:7C
bluetoothd[602]: plugins/hciops.c:io_capa_request() hci0 IO capability request for 14:A5:1A:0C:98:7C
bluetoothd[602]: plugins/hciops.c:get_auth_info() hci0 dba 14:A5:1A:0C:98:7C
bluetoothd[602]: plugins/hciops.c:get_io_cap() initial authentication requirement is 0x04
bluetoothd[602]: plugins/hciops.c:get_io_cap() final authentication requirement is 0x00
bluetoothd[602]: plugins/hciops.c:user_confirm_request() hci0
bluetoothd[602]: plugins/hciops.c:user_confirm_request() auto accept of confirmation
bluetoothd[602]: plugins/hciops.c:hciops_confirm_reply() hci0 dba 14:A5:1A:0C:98:7C success 1
bluetoothd[602]: plugins/hciops.c:simple_pairing_complete() hci0 status 0
bluetoothd[602]: src/event.c:btd_event_simple_pairing_complete() status=00
bluetoothd[602]: src/adapter.c:adapter_get_device() 14:A5:1A:0C:98:7C
rtk_btcoex: link key notify, notify wifi pair end
bluetoothd[602]: plugins/hciops.c:link_key_notify() hci0 dba 14:A5:1A:0C:98:7C type 4
bluetoothd[602]: plugins/hciops.c:link_key_notify() key type 0x04 old key type 0x04
bluetoothd[602]: plugins/hciops.c:link_key_notify() local auth 0x00 and remote auth 0x00
bluetoothd[602]: plugins/hciops.c:bonding_complete() status 0x00
bluetoothd[602]: src/adapter.c:adapter_get_device() 14:A5:1A:0C:98:7C
bluetoothd[602]: src/device.c:device_bonding_complete() bonding (nil) status 0x00
rtk_btcoex: l2cap op 2, len 16, out 0
rtk_btcoex: l2cap op 3, len 20, out 1
rtk_btcoex: RX l2cap conn req, hndl 0x0002, PSM 0x001f, scid 0x004f
rtk_btcoex: TX l2cap conn rsp, hndl 0x0002, dcid 0x0000, scid 0x004f, result 0x0002
rtk_btusb: btusb_notify: hci0 evt 2
rtk_btcoex: process disconn complete event.
bluetoothd[602]: plugins/hciops.c:disconn_complete() handle 2 status 0x00
bluetoothd[602]: src/event.c:btd_event_disconn_complete()
bluetoothd[602]: src/adapter.c:adapter_remove_connection()

kormilicinkostia commented 4 years ago

@xieyanlin Did you manage to solve this problem?