언어 설정

Menu
Sites
Language
Bluetooth Exchanging Data using SPP

I am follwing the Bluetooth Tutorial:

https://developer.tizen.org/dev-guide/2.3.0/org.tizen.mobile.native.appprogramming/html/tutorials/net_tutorial/bluetooth_tutorial.htm

I could connect to other devices but could not exchange data. I used the code mentioned in the tutorial. 

But, I get error: 

[bt_socket_send_data] regist to fail.

Responses

3 댓글
Sanjeev BA

In the Tizen Manifest, have you added the following privilege?

        <privilege>http://tizen.org/privilege/bluetooth</privilege>

Seemanta Saha

Hello Sanjeev BA,

Yes, this is already added.

Seemanta Saha

Is there anyone who checked with the code of Bluetooth tutorial in native development?

I checked with every topics and code. Everything is working except data exchange portion.

Please Help!