posts | comments
12Jan

J2ME: how detect Bluetooth API optional package (JSR 82)

5 comments so far

Sometimes, with a J2ME application, you must detect if the Bluetooth API optional package (JSR 82) is available on target device. For example to dynamically enable or disable networking capabilities of your videogame or to block with an error message, prior execution, your Bluetooth based application. In fact, a J2ME midlet terminates dramatically, if it [...]

Categories: J2ME, Programming