Trust Bluetooth Mouse

After several attempts I managed to configure the bluetooth mouse, but when I rebooted, I no longer have access to the bluetooh mouse .

nomad@NomadBSD ~> sudo bluetooth-config scan
Senha:
No usable Bluetooth host controllers were found.
These host controllers exist in the system:
ubt0
Choose a host controller to set up: [ubt0]
Scanning for new Bluetooth devices (Attempt 1 of 5) … failed.
Scanning for new Bluetooth devices (Attempt 2 of 5) … done.
Found 5 new bluetooth devices (now scanning for names):
[ 1] 00:00:00:00:1c:00 “Trust Bluetooth Mouse” ()
[ 2] 00:00:00:00:1c:00 “Trust Bluetooth Mouse” ()
[ 3] 00:00:00:00:1c:00 “Trust Bluetooth Mouse” ()
[ 4] 00:00:00:00:1c:00 “Trust Bluetooth Mouse” ()
[ 5] 00:00:00:00:1c:00 “Trust Bluetooth Mouse” ()
Select device to pair with [1-5, or 0 to rescan]: 1

Adding device 00:00:00:00:1c:00 to /etc/bluetooth/hosts.
Enter friendly name. [Trust Bluetooth Mouse]:
Notice: Using sanitized name"Trust_Bluetooth_Mouse" in /etc/bluetooth/hosts.

Warning: hcsecd is not enabled.
This daemon manages pairing requests.
Enable hcsecd? [yes]: yes
hcsecd enabled in /etc/rc.conf

Warning: An entry for device 00:00:00:00:1c:00 is already present in /etc/bluetooth/hcsecd.conf.
To modify pairing information, edit this file and run
service hcsecd restart
Continue? [yes]: yes

This device provides human interface device services.
Set it up? [yes]: yes

Warning: bthidd is not enabled.
This daemon manages Bluetooth HID devices.
Enable bthidd? [yes]: yes
bthidd enabled in /etc/rc.conf
Could not open config file ‘/etc/bluetooth/bthidd.conf’. No such file or directory (2)
Writing HID descriptor block to /etc/bluetooth/bthidd.conf … failed.
nomad@NomadBSD ~> service bthidd status
bthidd is not running.
sudo /etc/rc.d/bthidd restart

When I do the same process it is no longer possible to configure the Bluetooth mouse again

nomad@NomadBSD ~ [1]> sudo bluetooth-config scan
Scanning for new Bluetooth devices (Attempt 1 of 5) … failed.
Scanning for new Bluetooth devices (Attempt 2 of 5) … failed.
Scanning for new Bluetooth devices (Attempt 3 of 5) … failed.
Scanning for new Bluetooth devices (Attempt 4 of 5) … failed.
Scanning for new Bluetooth devices (Attempt 5 of 5) … failed.
Error: No new Bluetooth devices found

nomad@NomadBSD ~> hccontrol read_node_list
Name ID Num hooks
ubt0hci 00000007 3

nomad@NomadBSD ~> sudo service bluetooth restart ubt0
/etc/rc.d/bluetooth: ERROR: Unable to setup Bluetooth stack for device ubt0
nomad@NomadBSD ~ [1]> sudo bluetooth-config scan
No usable Bluetooth host controllers were found.
These host controllers exist in the system:
ubt0
Choose a host controller to set up: [ubt0]
/etc/rc.d/bluetooth: ERROR: Unable to setup Bluetooth stack for device ubt0
nomad@NomadBSD ~ [1]>

What can I do to activate the Bluetooth mouse again ?