1. Query the phone's service to which you want to connect to using "sdptool browse <phone's btaddr>"
     and finds its channel number

2. Create a RFCOMM session from commandline using rfcomm utility,
    rfcomm connect hci0 <phone's btaddr> <ch.no>
    channel no should be the one you found from step 1.
    Refer rfcomm man page for usage.

The steps involve creating rfcomm socket, connect over btproto, send data from client side.
_______________________________________________
IVI mailing list
[email protected]
https://lists.tizen.org/listinfo/ivi

Reply via email to