Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 4423d63a9634e62cb41d1b1b53cf360edd927f98 https://github.com/bluez/bluez/commit/4423d63a9634e62cb41d1b1b53cf360edd927f98 Author: wangyouwan <wangyouwan@xxxxxxxxxxxxx> Date: 2022-05-11 (Wed, 11 May 2022) Changed paths: M src/device.c Log Message: ----------- device: Fix pairing has failed due to the error of Already Paired (0x13) After connect the Bluetooth mouse, open two Bluetoothctl at the same time, when remove the mouse, quickly go to power off, try to paired the mouse again when I was power on, found that the error 0x13 was always reported. try to connect directly,can connect successfully. but use the info command to query the information of the mouse and find that the pairing status of the mouse is No. so I try to delete the paired information in the kernel through the "* cancel_pairing()" interface.