[android-developers] Re: G1 bluetooth support doubts

2008-12-16 Thread Manohar Mahapatra
Thanks for the info ! AndUzer On Wed, Dec 17, 2008 at 1:50 AM, Nick Pelly wrote: > > Yes we don't have official SDK API's to Bluetooth, but that does not > mean we have a don't have a Bluetooth stack with supporting Java > framework classes. > > See BluetoothDevice.java, BluetoothHeadset.java,

[android-developers] Re: G1 bluetooth support doubts

2008-12-16 Thread Nick Pelly
Yes we don't have official SDK API's to Bluetooth, but that does not mean we have a don't have a Bluetooth stack with supporting Java framework classes. See BluetoothDevice.java, BluetoothHeadset.java, RfcommSocket.java etc. However, we have not made any of these classes part of the official And