> > hi all i want to make an app which is a game but it uses the blue > tooth of one phone to communicate with the other, because i dont > have a server i cant host the game. it would bettter to make it > bluetooth anyways because a server can only handle so many things at > once. > > > can someone please guide me on how to establish a connection to > another mobile and every 5 seconds download data from each other. > > thanks > _______________________________________________ > dev-b2g mailing list > [email protected] > https://lists.mozilla.org/listinfo/dev-b2g >
Hi Noit, Unfortunately we haven't exposed BluetoothSocket to DOM yet, which means that application developers would be unable to send data via Bluetooth for now. Currently Bluetooth on Firefox OS is for built-in applications such as Music and Gallery sharing files with other Bluetooth devices, and it can be used for connecting with Bluetooth headsets as well. Cheers, Eric _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
