HC-05 pairing arduino TO raspberry (not FROM raspberry)

Hi,

please be gentle, this is my first post.

I've read thousands of pages about how to pair arduino from raspberry. My problem is that I cannot find anything how to pair FROM arduino TO raspberry. I want to use rasp as Master and multiple ardus as Slaves.

I have rasp a-link dongle ready:

root@raspberrypi:~# hciconfig
hci0: Type: BR/EDR Bus: USB

  • BD Address: 00:xx:xx:92:C4:98 ACL MTU: 1021:7 SCO MTU: 64:1*
  • UP RUNNING PSCAN ISCAN*
  • Name: 'test1'*

If I inquire from arduino with "at+rname? xx,xx,92c498", I get:

+RNAME:test1
OK

So the connection works and I can see rasp from ardu. I can bind it:

at+bind:00xx,xx,92c498
OK
at+bind?
+BIND:xx:xx:92c498

when trying to pair it to rasp:

at+pswd?
+PSWD:1234
OK
at+pair:00xx,xx,92c498,200
FAIL

Same result with at+link...What I'm missing here?

Any help appreciated!

Cheers,

Proge