User's Manual
Class 1 Bluetooth v2.0 Module
User’s Guide
Americas: +1-800-492-2320 Option 2
Europe: +44-1628-858-940
Hong Kong: +852-2923-0610
www.lairdtech.com/bluetooth
61
CONN-GUIDE-BT730_v0.9
8.4 FTP-Related Subresponses
All FTP-related sub responses sent from the module to the host SHALL be 11 characters long in the
format:
<cr><lf>nnn AAA<cr><lf>
The characters nnn shall be decimal digits ‘0’ to ‘9’, then there is a space character and finally a three
character word followed by <cr><lf>.
The <cr><lf> envelope plus the fixed length will hopefully make the parsing task in the host much simpler.
Values for ‘nnn’ are as specified for HTTP status codes, and reproduced from the OBEX specification
as follows:
OBEX Response
Code
HTTP Status Code
Definition
0x00to 0x0F
None
Reserved
0x10(0x90)
100
Continue
0x20(0xA0)
200
OK, Success
0x21(0xA1)
201
Created
0x22(0xA2)
202
Accepted
0x23(0xA3)
203
Non-Authoritative Information
0x24(0xA4)
204
No Content
0x25(0xA5)
205
Reset Content
0x26(0xA6)
206
Partial Content
0x30(0xB0)
300
Multiple Choices
0x31(0xB1)
301
Moved Permanently
0x32(0xB2)
302
Moved temporarily
0x33(0xB3)
303
See Other
0x34(0xB4)
304
Not modified
0x35(0xB5)
305
Use Proxy
0x40(0xC0)
400
Bad Request - server couldn’t understand request
0x41(0xC1)
401
Unauthorized
0x42(0xC2)
402
Payment required
0x43(0xC3)
403
Forbidden - operation is understood but refused
0x44(0xC4)
404
Not Found
0x45(0xC5)
405
Method not allowed
0x46(0xC6)
406
Not Acceptable
0x47(0xC7)
407
Proxy Authentication required
0x48(0xC8)
408
Request Time Out
0x49(0xC9)
409
Conflict
0x4A(0xCA)
410
Gone
0x4B(0xCB)
411
Length Required
0x4C(0xCC)
412
Precondition failed
0x4D(0xCD)
413
Requested entity too large