--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To post to this group, send email to andro...@googlegroups.com.
To unsubscribe from this group, send email to android-ndk...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/android-ndk?hl=en.
'libbluetooth' isn't in the NDK, and yours will probably not match the requirements for ARM. Besides, directly accessing bluetooth from the native layer is not supported yet, and will not be in the near future.(Several problems according to bluetooth do exist, i.e. different BlueZ-Versions, or even something instead of it - that's one issue occuring on customizable OS-builds.)
Is it possible (in the future) to get a FileDescriptor object (and
hence a native fd) from BluetoothSockets, or is even that going to be
impossible to implement on the different stacks?
(It's a feature request I've been meaning to file for a while now)
- Gus
On Thu, Oct 21, 2010 at 13:08, David Turner <di...@android.com> wrote:Is it possible (in the future) to get a FileDescriptor object (and
>
>
> On Wed, Oct 20, 2010 at 6:09 AM, Christian Linne
> <christi...@googlemail.com> wrote:
>>
>> 'libbluetooth' isn't in the NDK, and yours will probably not match the
>> requirements for ARM. Besides, directly accessing bluetooth from the native
>> layer is not supported yet, and will not be in the near future.
>> (Several problems according to bluetooth do exist, i.e. different
>> BlueZ-Versions, or even something instead of it - that's one issue occuring
>> on customizable OS-builds.)
>>
> I confirm that several, incompatible, versions of BlueZ are being used on
> Android. We also have seen OEMs use a completely different, proprietary
> stack, in their Android implementation.
> Don't expect this to be exposed directly in the NDK anytime soon :-/
hence a native fd) from BluetoothSockets, or is even that going to be
impossible to implement on the different stacks?
(It's a feature request I've been meaning to file for a while now)