Why Bluetooth needs DBUS way of communication in android?

Posted by Rajesh SO on Stack Overflow See other posts from Stack Overflow or by Rajesh SO
Published on 2012-04-09T14:02:03Z Indexed on 2012/04/09 17:29 UTC
Read the original article Hit count: 357

Filed under:
|
|
|

I am newbie to Android DBUS, recently I was informed that I need to use DBUS to implement Bluetooth in Android, from DBUS documentation I see DBUS is used for communication medium between two applications.

  1. In Android apps -apps communication is through intents, if so why do we need DBUS for Bluetooth ?
  2. Is that DBUS serves as communication medium for networking (IP) between two apps since it is built over sockets?

Please correct me if my understanding is wrong, any more information on DBUS along with Bluetooth implementation in Android is appreciated.

Thanks.

© Stack Overflow or respective owner

Related posts about android

Related posts about android-intent