Hi,

On 14.09.2012 09:34, 조상훈 wrote:
    Hello All,


    I was trying to get bluetooth profiles when bluetooth device is found,

    but connman doesn't seem to watch "DeviceFound" signal.


    After sending "StartDiscovery" dbus method call,

    I checked "DeviceFound" signal comes when device is found.

    but connman ignores the signal, I'm wondering why it's ignored and how
    to handle bluetooth devices found.

I think you need to describe what you want to do.

DeviceFound is only relevant during device discovering. For example, it doesn't tell you if a device is in reach and usable (assuming that's what you want). There is no way to know if a device is usable without probing (in Bluetooth speak, paging).

Therefore, ConnMan is only watching if D-Bus objects with the correct interfaces appear (e.g. Manager, Adapter, Device, Network) and creates the corresponding network/service objects.

cheers,
daniel

_______________________________________________
connman mailing list
[email protected]
http://lists.connman.net/listinfo/connman

Reply via email to