Xolve
Xolve

Reputation: 23210

Bluetooth obex reception on 3rd edition device fails

I have got a mix of 2nd edition and 3rd edition s60 phones. I start custom obex listener on both phones using Python and try to send files to them. Though I can send files to 2nd edition phone; I can't send files to 3rd edition phone and the error being "Broken pipe".

Why this is so?

Upvotes: 1

Views: 265

Answers (1)

Riho
Riho

Reputation: 4593

At least in Symbian C++ SDK the API of Bluetooth was changed between 2nd to 3rd edition phones. It probably affects also Python.

Upvotes: 1

Related Questions