xtaran / amora-test

Automatically exported from code.google.com/p/amora
0 stars 0 forks source link

Get the human readable device name #69

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When a new client connects, its possible to get the string description of
its bluetooth address (e.g. AA:BB:CC:DD:EE:FF).

This information is returned to registered callback set using
amora_connection_callback.

Ideally, it should return the human readable device name (e.g.
'myCellphone') to display that in a UI, for example.

I'm pretty sure that BlueZ has functions to return that information out of
the bluetooth address.

Original issue reported on code.google.com by cavalcan...@gmail.com on 8 Sep 2008 at 7:47