My Bluetooth dongle(CSR8510 A10) connected via VMware Workstation Pro can't search my devices, and here is the information below:
dmesg | grep Blue - returns
[ 5.254516] Bluetooth: Core ver 2.22
[ 5.254536] Bluetooth: HCI device and connection manager initialized
[ 5.254539] Bluetooth: HCI socket layer initialized
[ 5.254540] Bluetooth: L2CAP socket layer initialized
[ 5.254542] Bluetooth: SCO socket layer initialized
[ 6.732569] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 6.732572] Bluetooth: BNEP filters: protocol multicast
[ 6.732574] Bluetooth: BNEP socket layer initialized
[ 17.441961] Bluetooth: RFCOMM TTY layer initialized
[ 17.441968] Bluetooth: RFCOMM socket layer initialized
[ 17.441974] Bluetooth: RFCOMM ver 1.11
[ 17.552908] Bluetooth: hci0: setting interface failed (75)
[ 307.866739] Bluetooth: hci0: setting interface failed (75)
and bluetoothctl
Agent registered
[CHG] Controller 00:1A:7D:DA:71:13 Pairable: yes
and lsmod | grep -i blue - return
bluetooth 638976 35 btrtl,btintel,btbcm,bnep,btusb,rfcomm
ecdh_generic 16384 2 bluetooth
and hcitool dev - return
Devices:
hci0 00:1A:7D:DA:71:13
and hciconfig hci0 up - all goes well
Help me please :D I`m a noob.