Yes, if your stack has same BlueZ API. You can replace BlueZ source code with yours.
Regards Surendra On Fri, Jun 11, 2010 at 9:39 AM, Ajith Kamath <[email protected]> wrote: > Since my present code base was originally derived from bluez(but now uses > other stack) If I remove/modify the #ifdef codes(of my own stack) in > BluezWrapper will my project end up using just Bluez? > > Regards, > Ajith > > On Thu, Jun 10, 2010 at 12:05 AM, Surendra Ippagunta <[email protected]> > wrote: >> >> Hi Ajith, >> >> Android Java Classes use JNI framework to invoke the native C code. >> There is JNI wrapper for BlueZ stack and I think you should insert >> your stack here. >> >> http://www.netmite.com/android/mydroid/1.6/frameworks/base/core/jni/android_bluetooth_RfcommSocket.cpp >> >> >> Regards >> Surendra >> >> www.onchiptech.com >> >> On Wed, Jun 9, 2010 at 9:22 AM, Ajith <[email protected]> wrote: >> > Hi all, >> > >> > Our current solution does not use Bluez stack in Android , but source >> > of Bluez is included in the Project Source code >> > >> > What I need to know is from where is the Make files of Bluez called >> > Android Eclair code. >> > ie, Android.mk file exand I need >> > to know where is this getting called from.ists in >> > \externals\bluetooth\bluez , >> > >> > If you can give me flow from mail build file itself, it would be >> > great. >> > >> > Regards, >> > Ajith >> > >> > -- >> > unsubscribe: [email protected] >> > website: http://groups.google.com/group/android-porting >> > >> >> >> >> -- >> Surendra Ippagunta > > -- Surendra Ippagunta -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
