I have a BT Access Point which has LANAccessPPP Service. What I am trying to do here is to connect to the Access Point from my mobile phone via BT.
Using Sun's JSR-82 BT Stack, I am able to perform device and service discovery. And I am able to get the service URL from the service record returned.
After this step, I am not too sure how i can connect to the AP. Am i suppose to implement my own PPP stack? How do I initiate the PPP connection, authenication etc....