Hi,
When I started ths android daemon, I am getting above error.
Is there anything I am missing ??
manyThanks,
Prabhu
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