Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Bluetooth Connecting Error

Im getting the follow messages in my stack trace. I can find Bluetooth Devices, but when I try to open the socket this happens.

10-30 22:23:08.901: ERROR/BTL_CFG(8633): WARNING : [service.brcm.bt.INQ_FILTER_BDA] property_get failed (0)
10-30 22:23:24.585: ERROR/BTLD(8633): ****************search UUID = 1454***********
10-30 22:23:24.600: ERROR/BluetoothEventLoop.cpp(2502): onCreateDeviceResult: D-Bus error: org.bluez.Error.AlreadyExists (Device already exists)
10-30 22:23:24.616: ERROR/DTUN_HCID4(8659): No device pointer found for peer! Ignore Error = true. Ignoring error...
10-30 22:23:26.093: ERROR/DTUN_HCID4(8659): discovery unsuccessful!
10-30 22:23:30.628: ERROR/CachedBluetoothDevice(18609): onUuidChanged: Time since last connect 1440232. mInitiatedPairing: false
10-30 22:23:30.632: ERROR/CachedBluetoothDevice(18609): onUuidChanged: Time since last connect1440236.mInitiatedPairing:false

EDIT:

The socket attempts to open but doesnt, an exception is thrown (Service Discovery failed) and then the socket is closed correctly.

like image 390
Robert de Klerk Avatar asked Oct 31 '11 12:10

Robert de Klerk


People also ask

Why is my Bluetooth not connecting Android?

If your Bluetooth devices won't connect, it's likely because the devices are out of range, or aren't in pairing mode. If you're having persistent Bluetooth connection problems, try resetting your devices, or having your phone or tablet "forget" the connection.

How do you reset Bluetooth on Android?

Reset the Bluetooth Settings To reset the Bluetooth settings, go to Settings > System. Then, tap on the Reset phone or Reset options. The available options may depend on the phone brand you are using. Tap Reset Wi-Fi settings and select the SIM card for which you want to reset the settings.

Why is my phone not detecting Bluetooth devices?

It's usually because the device's own Bluetooth is switched off, or isn't in pairing mode. Check the user manual to find out how to make it discoverable by turning on pairing mode. With some headphones, it's a case of holding the power button down for longer, but with other devices there's a dedicated Bluetooth button.


1 Answers

Got an answer and it remedies it

Service discovery failed exception using Bluetooth on Android

Just wish I knew what was actually happening :(

like image 76
Robert de Klerk Avatar answered Oct 13 '22 01:10

Robert de Klerk