From 1e9de6b0ecbaa1c9bebb5d01b2c055b2ad7b4029 Mon Sep 17 00:00:00 2001 From: Milanka Ringwald Date: Tue, 31 Oct 2017 16:28:16 +0100 Subject: [PATCH] add exaples to docu --- doc/manual/update_listings.py | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/manual/update_listings.py b/doc/manual/update_listings.py index 3a7489595..2ceb4309b 100755 --- a/doc/manual/update_listings.py +++ b/doc/manual/update_listings.py @@ -2,7 +2,7 @@ import os, sys, getopt, re # Defines the names of example groups. Preserves the order in which the example groups will be parsed. -list_of_groups = ["Hello World", "GAP", "SDP Queries", "SPP Server", "BNEP/PAN", "HSP", "HFP", "Low Energy", "Dual Mode", "Audio"] +list_of_groups = ["Hello World", "GAP", "SDP Queries", "SPP Server", "BNEP/PAN", "HSP", "HFP", "Low Energy", "Dual Mode", "Audio", "HID", "LE Pairing", "Phone Book Access", "Performance", "Testing"] # Defines which examples belong to a group. Example is defined as [example file, example title]. list_of_examples = { @@ -18,7 +18,13 @@ list_of_examples = { ["le_counter"], ["le_streamer"]], "Dual Mode" : [["spp_and_le_counter"]], - "Audio" : [["a2dp_sink_demo"],["a2dp_source_demo"]] + "Audio" : [["a2dp_sink_demo"],["a2dp_source_demo"]], + + "HID" : [["hid_keyboard_demo"], ["hid_mouse_demo"], ["hog_keyboard_demo"], ["hog_mouse_demo"]], + "LE Pairing": [["sm_pairing_central"], ["sm_pairing_peripheral"]], + "Phone Book Access" : [["pbap_client_demo"]], + "Performance" : [["le_streamer"], ["le_streamer_client"], ["spp_streamer"], ["spp_streamer_client"]], + "Testing" : [["dut_mode_classic"]] } lst_header = """