I added a section about discovering bluetooth devices to wiki, you can find it
at
http://wiki.maemo.org/index.php?title=Documentation/Maemo_5_Developer_Guide/Using_Connectivity_Components/Maemo_Connectivity#Bluetooth_Libraries.
As I am pretty beginner with maemo programming could someone more e
On Wed, Aug 25, 2010 at 5:25 PM, Dave Neary wrote:
>> You should avoid osso_ calls, my understanding is that they are
>> deprecated (and they deliver very little value in the first place -
>> just make your program maemo specific).
>
>
>
> How would you feel about converting this to a use-case f
Hi Ville,
Ville M. Vainio wrote:
> On Wed, Aug 25, 2010 at 4:10 PM, wrote:
>> I've been trying to show bluetooth device search dialog using osso_rpc_run
>> and osso_rpc_run_system but this code returns OSSO_RPC_ERROR every time.
>
> You should avoid osso_ calls, my understanding is that they ar
: 08/25/10 04:52 PM
To: possun...@gmx.com
Subject: Re: How to use osso RPC calls properly
On Wed, Aug 25, 2010 at 4:10 PM, wrote: > I've been trying
to show bluetooth device search dialog using osso_rpc_run > and
osso_rpc_run_system but this code returns OSSO_RPC_ERROR every time.
On Wed, Aug 25, 2010 at 4:10 PM, wrote:
> I've been trying to show bluetooth device search dialog using osso_rpc_run
> and osso_rpc_run_system but this code returns OSSO_RPC_ERROR every time.
You should avoid osso_ calls, my understanding is that they are
deprecated (and they deliver very littl
Hello,
I've been trying to show bluetooth device search dialog using osso_rpc_run and
osso_rpc_run_system but this code returns OSSO_RPC_ERROR every time.
osso_return_t ret;
osso_rpc_t retval = {};
ret = osso_rpc_run_system(app->osso_cont,
CONBTDIALOGS_DBUS_SERVICE,
CONBTDIALOGS_DBUS_PATH,
CO