mbox series

[BlueZ,v3,0/2] Add mesh testing support

Message ID 20220831214821.274797-1-brian.gix@intel.com
Headers show
Series Add mesh testing support | expand

Message

Brian Gix Aug. 31, 2022, 9:48 p.m. UTC
This patch set reserves MGMT events and opcodes for Mesh, and adds a new
unit tester for those features: mesh-tester

v2 && v3: Fix whitespace


Brian Gix (2):
  lib: Add mgmt opcodes and events for Mesh
  tools: Add mesh-tester to test Kernel mesh support

 Makefile.tools      |   12 +-
 lib/mgmt.h          |   47 ++
 tools/mesh-tester.c | 1436 +++++++++++++++++++++++++++++++++++++++++++
 tools/test-runner.c |    2 +
 4 files changed, 1496 insertions(+), 1 deletion(-)
 create mode 100644 tools/mesh-tester.c