Languages

Menu
Sites
Language
Bluetooth SPP

Hello,

I'm testing my reference device Samsung Galaxy S3 and it is not visible to other devices as SPP. ( serial port )

Even if i connect to other device: Samsung Wave (Bada 2.0) i have problems exchanging data.

It seems like Tizen device is not sending full data buffers.

For example i send a 12 bytes frame form S3 and Wave receives only 3 bytes....

Does anyone had such issue?

Pawel

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

4 Replies
wil smith
Check SDK sample FriendFinder once, this should solve your issue.
Paweł Gieruszczak
Thanks for Your suggestion. I've tried this demo and it is not working either. I've runned FriedndFinder on two Waves (bada) and runs ok. Wave(bada) <=> Galaxy(Tizen) is not working.... I think the deveice is crippled beceause i can not even send a file or visit card over BT.
wil smith
Then you can raise defect for the same, through "Bug Tracker". Link is available for the same on this page. Please post the bug ID/link here as well, could be helpful to others :)
Tizenivi dev
Did you try 'sdptool browse local' from command line ? It should list the profile available on tizen. The Tizen build of bluez uses only AVRCP and HFP profiles and SPP is not available by default. Trying connecting from commandline using 'rfcomm connect hci0 ' -prasanna