This patchset includes minor refactoring and a bug fix. The bug is exposed when a data sequence grows beyond 256 bytes, in this case the complete sequence data is written, but the size is truncated to one byte, resulting in a corrupted SDP response. RE: Feedback on potential fix for issue while advertising Feature List Bart Westgeest (3): sdp: Inlined single use of function sdp_set_data_type sdp: Limit side effects of sdp_get_data_type and sdp_get_data_size sdp: Upgrade datatype SEQ8 to SEQ16 when data size is greater than 256 lib/sdp.c | 56 +++++++++++++++++++++++--------------------------------- 1 file changed, 23 insertions(+), 33 deletions(-) -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html