Learning Bluetooth at the moment, so it would be nice with some insight.
I have to change the obex.recv so it can tell me which client it is connected to. This is because I need to make a record of those clients visiting me. I know s.accept() returns conn, addr. So it's a matter of altering the binding at the right spot.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
It's possible recovery sending filename ?
Obex contains this information in Header ? Header Name Value equals 0x01.
Thanks
Addo
It's not possible with the current API, but you can modify the .c Python extensions yourself to return this information.
Did you solve it?
Learning Bluetooth at the moment, so it would be nice with some insight.
I have to change the obex.recv so it can tell me which client it is connected to. This is because I need to make a record of those clients visiting me. I know s.accept() returns conn, addr. So it's a matter of altering the binding at the right spot.