Esta información proviene de la página (en inglés)
http://www.linuxfromscratch.org/blfs/view/svn/general/bluez.html. Es para la versión 5.37, por lo que las discrepancias con la 5.30 que se instala con OpenWrt probablemente serán mínimas.
Ficheros de configuración.Por lo que se lee, hay un fichero principal y otros tres suplementarios en la carpeta /etc/bluetooth: main.conf, input.conf, network.conf y proximity.conf
Se menciona la existencia de un fichero relacionado con el script de arranque: /etc/sysconfig/bluetooth. Lo cierto es que no está en esa ruta. El que hay en el router es /etc/config/bluetooth
Por último, hay un par de ficheros que el propio usuario puede crear en la carpeta /etc/bluetooth: rfcomm.conf y uart.conf.
Script de arranque.Durante el arranque del router se puede hacer uso de un script que cargaría el proceso bluetoothd, un programa tipo daemon imprescindible para el funcionamiento de BT. Se trata del fichero /etc/init.d/bluetoothd.
Herramientas.Al instalar bluez-utils, se generan en el router un conjunto de harramientas. Copio y pego.
bccmd is used to issue BlueCore commands to Cambridge Silicon Radio devices.
bluemoon is a Bluemoon configuration utility.
bluetoothctl is the interactive Bluetooth control program.
bluetoothd is the Bluetooth daemon.
btmon provides access to the Bluetooth subsystem monitor infrastructure for reading HCI traces.
ciptool is used to set up, maintain, and inspect the CIP configuration of the Bluetooth subsystem in the Linux kernel.
hciattach is used to attach a serial UART to the Bluetooth stack as HCI transport interface.
hciconfig is used to configure Bluetooth devices.
hcidump reads raw HCI data coming from and going to a Bluetooth device and prints to screen commands, events and data in a human-readable form.
hcitool is used to configure Bluetooth connections and send some special command to Bluetooth devices.
hex2hcd is used to convert a file needed by Broadcom devices to hcd (Broadcom bluetooth firmware) format.
l2ping is used to send a L2CAP echo request to the Bluetooth MAC address given in dotted hex notation.
l2test is L2CAP testing program.
rctest is used to test RFCOMM communications on the Bluetooth stack.
rfcomm is used to set up, maintain, and inspect the RFCOMM configuration of the Bluetooth subsystem in the Linux kernel.
sdptool is used to perform SDP queries on Bluetooth devices.