0

Linux Raspbian Jessie Lite, Bluez 5.40. I have a GATT server and my own agent for incoming "standard" bluetooth connections (i.e. A2DP).

I can successfully "connect" to the GATT server, but if the user doesn't accept the pairing confirmation (from the BT) I receive this error:

qt.bluetooth.bluez: Failed to create pairing "org.freedesktop.DBus.Error.NoReply"

as expected, but after a couple of seconds also the BLE connection will drop. I wonder if it's the correct behavior. I thought the BLE and BT connections are indipendent each other.

Mark
  • 4,338
  • 7
  • 58
  • 120

1 Answers1

1

If you are using two Bluetooth smart ready device(BR/EDR/LE), then the BLE connection would be over BR/EDR, so it is make sense that your BLE also disconnected.

Guo Xingmin
  • 1,013
  • 1
  • 7
  • 7
  • Thanks, where I could find such an information in the official documentation? I mean: bluez, bluetooth stack, etc... – Mark Sep 07 '16 at 06:49
  • you can find them from Bluetooth core spec; however I was not remembered the detailed volume/section of it; i will update here after I get the clear information. – Guo Xingmin Sep 07 '16 at 08:43