From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <557AFA18.1060305@albus.fr> Date: Fri, 12 Jun 2015 17:26:16 +0200 From: =?UTF-8?B?SsOpcsOpbWllIFNjaGVlcg==?= MIME-Version: 1.0 To: linux-bluetooth@vger.kernel.org Subject: Error on executing compiled bluetoothd with plugins Content-Type: text/plain; charset=utf-8; format=flowed Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Hello, I downloaded Bluez 5.30 sources and compiled it against a Debian Jessie (Linux 3.16). When I try to execute it, I receive the following errors : bluetoothd[819]: Bluetooth daemon 5.30 bluetoothd[819]: Starting SDP server bluetoothd[819]: Ignoring (cli) hostname bluetoothd[819]: Ignoring (cli) wiimote bluetoothd[819]: Ignoring (cli) autopair bluetoothd[819]: Ignoring (cli) policy bluetoothd[819]: Ignoring (cli) gatt_example bluetoothd[819]: Ignoring (cli) neard bluetoothd[819]: Ignoring (cli) sap bluetoothd[819]: Ignoring (cli) a2dp bluetoothd[819]: Ignoring (cli) avrcp bluetoothd[819]: Ignoring (cli) network bluetoothd[819]: Ignoring (cli) input bluetoothd[819]: Ignoring (cli) hog bluetoothd[819]: Ignoring (cli) health bluetoothd[819]: Ignoring (cli) gap bluetoothd[819]: Ignoring (cli) scanparam bluetoothd[819]: Ignoring (cli) deviceinfo bluetoothd[819]: Ignoring (cli) alert bluetoothd[819]: Ignoring (cli) proximity bluetoothd[819]: Ignoring (cli) thermometer bluetoothd[819]: Ignoring (cli) heartrate bluetoothd[819]: Ignoring (cli) cyclingspeed bluetoothd[819]: Ignoring (cli) external_dummy bluetoothd[819]: Bluetooth management interface 1.6 initialized bluetoothd[819]: Failed to obtain handles for "Service Changed" characteristic bluetoothd[819]: Failed to register org.bluez.LEAdvertisingManager1 bluetoothd[819]: Failed to register LEAdvertisingManager1 interface for adapter bluetoothd[819]: Not enough free handles to register service bluetoothd[819]: Current Time Service could not be registered bluetoothd[819]: gatt-time-server: Input/output error (5) bluetoothd[819]: hci0 Load Connection Parameters failed: Unknown Command (0x01) So when I reset my Bluetooth device hci0 and try to advertise LE, I can't see nothing on an iPad for instance. When compiling Bluez, I configured it with this command : ./configure CFLAGS="$CFLAGS --Wno-sign-compare" --disable-udev --prefix=$PWD --enable-experimental --enable-maintainer-mode Is there something I missed ? Jérémie