android Programming Glossary: ibluetooth
How to unpair bluetooth device using android 2.1 sdk http://stackoverflow.com/questions/3462968/how-to-unpair-bluetooth-device-using-android-2-1-sdk bonded device call this method where macAddress is the string of the mac address of the device..i.e. 00 02 00 A3 03 05 IBluetooth ib getIBluetooth ib.removeBond macAddress To get the IBluetooth Object you need to go through a couple of steps create a.. this method where macAddress is the string of the mac address of the device..i.e. 00 02 00 A3 03 05 IBluetooth ib getIBluetooth ib.removeBond macAddress To get the IBluetooth Object you need to go through a couple of steps create a package in your.. the mac address of the device..i.e. 00 02 00 A3 03 05 IBluetooth ib getIBluetooth ib.removeBond macAddress To get the IBluetooth Object you need to go through a couple of steps create a package in your project called android.bluetooth create two files..
|