I have been experimenting with bluetoothctl and blueman. I have closed the window of blueman. I have also typed quit in bluetoothctl's command line interface. I have also run systemctl stop bluetooth. I have also sudo kill the pid of bluetoothctl, but its process is still using near 100% CPU. How can I make bluetoothctl quit running?
$ ps aux | grep blue
t        3906416  0.3  0.0  48244  3888 ?        Ss   18:15   0:39 /nix/store/6dhjbf41xw7xyrmzp70vp7rhrcb047ir-bluez-5.64/libexec/bluetooth/obexd
t        3912324 99.7  0.0 229748  2780 pts/4    R    18:40 194:01 bluetoothctl
t        3933330  2.5  0.5 801668 46136 ?        Ssl  20:45   1:45 /nix/store/xpwwghl72bb7f48m51amvqiv1l25pa01-python3-3.9.13/bin/python /nix/store/b49ck8cyjc88xcx82r4dr59nqq5rvjcy-blueman-2.2.4/bin/..blueman-applet-wrapped-wrapped
t        3933350  0.0  0.4 686092 33964 ?        Sl   20:45   0:00 /nix/store/xpwwghl72bb7f48m51amvqiv1l25pa01-python3-3.9.13/bin/python /nix/store/b49ck8cyjc88xcx82r4dr59nqq5rvjcy-blueman-2.2.4/bin/..blueman-tray-wrapped-wrapped
t        3944561  0.0  0.0 223452  2484 pts/4    S+   21:55   0:00 grep blue
