but when i configure a point-to-multipoint network with bluetooth/sockets my n6600 shows the following exception when i create the 2nd socket object:
"Unable to connect. Max. Number of Bluetooth Connections already in use."
did i miss something or is it truly impossible to use more than one bluetooth connection in python4series60? or is it a socket problem?
any ideas?
thanks - phile
------------------------------
i've made more tests around the problem above this morning:
N6600 as Master:
- the error message is shwon, if socket.bt_discover() is called the second time
- but when i connect directly to (address,port), both connections work properly (... yeah ...)
N6600 as Slave:
the second Master can discover my device but not my service. I've tried following configurations:
- 1socket and 1service
- 1socket and 2services
- 2 sockets and same service
- 2 sockets and different services