Question

I'm trying to get this tutorial working for my Nexus 7 (2012) running cyanogenMod (so it has BT LE) using BluetoothGattServer Android APis- http://www.jayconsystems.com/tutorial/android_ble_nrf8002/

However, setting up the GattServer is not working and always returns null.

After this:

gattServer = bluetoothManager.openGattServer(
                    getApplicationContext(), mBluetoothGattServerCallback);

gattServer is always null. Any ideas on why that could be?

Was it helpful?

Solution

I imagine it is because the Nexus 7 (2012 edition) doesn't support Bluetooth LE, as it has a Bluetooth 3.0 radio inside.

The 2013 Nexus 7, however, does support Bluetooth LE.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top