How to get rid popup of pairing bluetooth devices on Pocket PC?
I'm developing bluetooth scanner and pusher through Pocket PC with Windows Mobile 5.0.
Almost all devices are processed properly except some Samsung phones.
They need pairing key despite I'm using NO_AUTHENTICATE in obex url.
So on my pocket PC (eten glofiish x500 or m700) there appears dialog box to add samsung ( for example SGH-Z370) to my pairing devices (input pin code).
Is there any possibility to automate connection with samsungs. I'm thinking about 2 resolvers:
1. setting default pin code (i'ts possible for example in linux bluez lib with setting /etc/bluetooth... defaultpin - can't remember full path and file), I've tried to find such setting in registers of windows mobile, but there is no info about that).
2. writing c++ application waiting for event of appearing popup window and then pushing proper button and input default pin code.
Maybe there is some other possibility (for example trying other protocol than obex or some parameter).
I need automated sending of bluetooth content for all devices found around Pocket PC without any human interference of my Pocket PC. I need figure out how to connect to that SAMSUNG-s.
Thanks in advance.