From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Szymon Janc To: Prabhu Chawandi Cc: linux-bluetooth@vger.kernel.org Subject: Re: andoid/bluetoothd IPC: command socket connect failed android bluetooth Date: Thu, 26 Mar 2015 09:54:55 +0100 Message-ID: <2215776.K1gUTklLIe@leonov> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Hi Prabhu Chawandi, On Thursday 26 of March 2015 11:54:32 Prabhu Chawandi wrote: > Hi, > > When I started ths android daemon, I am getting above error. > > Is there anything I am missing ?? On android bluetoothd is not suppose to be started directly. It is started as a service by init (check android/android/init.bluetooth.rc) when BT user (haltest or android framework) requests it. By BT user I mean process that loaded bluetooth.default.so via hw_get_module_by_class() call. When bluetooth.default.so is initialized it creates listening socket and starts bluetoothd service so bluetoothd can then connect to it. -- BR Szymon Janc