Hi Luiz,
that is the plan then I suggest we first define a D-Bus spec on how
to
signal things like SLC and NREC to BlueZ, the record and socket
listening/connection handling logic could also be done in BlueZ side
so we use D-Bus to transfer the fd to oFono.
I didn't expect that yet, but if
everybody agrees, why not!
> * What is the behavior of hsp when receiving CKPD=200?
This is what oFono does in BlueZ:
if (waiting)
err = answer_call(waiting);
else if (active)
err = release_call(active);
else
err = 0;
I'm fine with it!
If there is no call setup, is it worth trying to enable voice recognition?
Thanks,
Frédéric