M mikimoto Member Licensed User Longtime User Oct 25, 2013 #1 Hi, i have been looking all over but can't find a solution. i need to programaly connect to a Bluetooth Speaker. I tryed all sort of Connections but allways getting a Connection refused or Service discovery error. any help ?
Hi, i have been looking all over but can't find a solution. i need to programaly connect to a Bluetooth Speaker. I tryed all sort of Connections but allways getting a Connection refused or Service discovery error. any help ?
Erel B4X founder Staff member Licensed User Longtime User Oct 27, 2013 #2 The Serial library allows you to connect to SPP profiles. There is no public API in Android to programmatically connect to a headset or handsfree device. You can only monitor the connection status: http://developer.android.com/reference/android/bluetooth/BluetoothHeadset.html Upvote 0
The Serial library allows you to connect to SPP profiles. There is no public API in Android to programmatically connect to a headset or handsfree device. You can only monitor the connection status: http://developer.android.com/reference/android/bluetooth/BluetoothHeadset.html