2015-03-26 06:24:32

by Prabhu Chawandi

[permalink] [raw]
Subject: andoid/bluetoothd IPC: command socket connect failed android bluetooth

Hi,

When I started ths android daemon, I am getting above error.

Is there anything I am missing ??

manyThanks,
Prabhu


2015-03-26 08:54:55

by Szymon Janc

[permalink] [raw]
Subject: Re: andoid/bluetoothd IPC: command socket connect failed android bluetooth

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