please be a little more specific. Is this a native application? Web
application?
For native, the pattern is to use DBus proxy calls. This is what we do in
the Automotive Message Broker:
https://github.com/otcshare/automotive-message-broker/blob/master/plugins/obd2plugin/bluetooth.hpp
For web
1. Query the phone's service to which you want to connect to using
"sdptool browse "
and finds its channel number
2. Create a RFCOMM session from commandline using rfcomm utility,
rfcomm connect hci0
channel no should be the one you found from step 1.
Refer rfcomm man page for
How to make a connection with phone through bluetooth serial profile(spp).**
I already installed 'bluez-test' by zypper.
Please let me know to make the spp connection step by step.
**
[My environment]
TIVI-3.0 - 20130702.11
NDIS-166
--
__