Comment # 2
on bug 11724
from felix
Created attachment 14075 [details]
OBEX over USB capture
OBEX is assigned TCP and UDP port 650 by IANA, and this is what obex_tcp from
the OpenOBEX package (<http://dev.zuckschwerdt.org/openobex/>) uses. I think
you can arrange a session yourselves.
As for OBEX over USB, it's typically encapsulated in ordinary URB_BULK
transfers with a CDC-Data endpoint (which shows up as a /dev/ttyUSB* or
/dev/ttyACM* device). I attach a sample session with my phone.
You are receiving this mail because:
- You are watching all bug changes.