Method Protocols.OBEX.split_headers()
- Method split_headers
array
(string
) split_headers(string
h
,int
chunklen
)- Description
Given a set of headers in wire format, divide them into portions of no more than
chunklen
octets each (if possible). No individual header definition will be split into two portions.