参见 - https://blog.csdn.net/yh2869/article/details/73119018ubuntu
亲测可用。测试
系统:ubuntu 16.04 64bitui
现象:鼠标配对能够成功,可是没法使用。.net
分析:多是系统没法将其识别为鼠标。rest
解决:添加 鼠标的MAC 到 /usr/share/gnome-bluetooth/pin-code-database.xml 文件。code
如 鼠标MAC: AB:CD:EF:GH:IJ:KL,则在文件中加入:xml
<device oui="AB:CD:EF:" type="mouse" name="Microsoft Mobile Mouse" pin="0000"/>
重启服务: sudo service bluetooth restart
从新添加设备,测试,鼠标能够正常工做。