Commit Graph

5 Commits

Author SHA1 Message Date
DoHyun Pyun
5c9dc418ec tools/bneptest: Fix not NULL terminating parsed string
This patch prevents the possible not NULL terminating problem.
ifr_name's array size is IFNAMSIZ. So If bridge has IFNAMSIZ size,
the name string will be not NULL terminating.
2015-07-29 09:26:00 +02:00
Grzegorz Kolodziejczyk
c895e5ae5b profiles/network: Add support for handling extension hdr in ctrl msg
Support for extension headers is mandatory functionality. This patch
add support to it and leave responsibility for processing extension
header and sending setup success response to kernel.

This patch is necessary to pass PTS bnep test TC_CTRL_BV_19_C.
2015-05-19 16:33:35 +02:00
Marcel Holtmann
6be2f08c9c tools: Include headers with lib/ prefix instead of bluetooth/ prefix 2015-04-04 13:50:35 -07:00
Grzegorz Kolodziejczyk
cad1f1b89b tools/bneptest: Add generic connect/listen functionality
This patch adds general functionality of bnep connect and listen.
2015-03-13 15:19:16 +01:00
Grzegorz Kolodziejczyk
07861ffd10 tools/bneptest: Add initial support for bneptest tool
This tool should be designed to help testing bnep on BlueZ.
2015-03-13 15:03:48 +01:00