解决ubuntu18.04重启后蓝牙鼠标需要重新配对的问题


  • 打开bash,运行bluetoothctl命令
    # bluetoothctl
  • 列出可用的蓝牙控制器
    [bluetooth]# list
  • 选择使用的蓝牙控制器
    [bluetooth]# select 01:23:45:67:89:AB
  • 显示蓝牙控制器的详细信息
    bluetooth]# show
  • 打开蓝牙
    [bluetooth]# power on
  • 开始扫描
    [bluetooth]# scan on
  • 结束扫描
    [bluetooth]# scan off
  • 选择蓝牙设备配对
    [bluetooth]# pair 34:88:5D:87:C0:A6(你的蓝牙设备)
  • 连接到蓝牙设备
    [bluetooth]# connect 34:88:5D:87:C0:A6
  • 信任设备
    [bluetooth]# trust 34:88:5D:87:C0:A6


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM