hid_host: add APIs and example to online docu

This commit is contained in:
Milanka Ringwald 2021-02-09 15:07:29 +01:00 committed by Matthias Ringwald
parent d93f9014b1
commit b40259c13b
2 changed files with 3 additions and 1 deletions

View File

@ -58,7 +58,9 @@ apis = [
["src/classic/goep_client.h", "GOEP Client", "goepClient"], ["src/classic/goep_client.h", "GOEP Client", "goepClient"],
["src/classic/hfp_ag.h","HFP Audio Gateway","hfpAG"], ["src/classic/hfp_ag.h","HFP Audio Gateway","hfpAG"],
["src/classic/hfp_hf.h","HFP Hands-Free","hfpHF"], ["src/classic/hfp_hf.h","HFP Hands-Free","hfpHF"],
["src/classic/hid.h", "HID", "hid"],
["src/classic/hid_device.h", "HID Device", "hidDevice"], ["src/classic/hid_device.h", "HID Device", "hidDevice"],
["src/classic/hid_host.h", "HID Host", "hidHost"],
["src/classic/hsp_ag.h","HSP Audio Gateway","hspAG"], ["src/classic/hsp_ag.h","HSP Audio Gateway","hspAG"],
["src/classic/hsp_hs.h","HSP Headset","hspHS"], ["src/classic/hsp_hs.h","HSP Headset","hspHS"],
["src/classic/pan.h", "PAN", "pan"], ["src/classic/pan.h", "PAN", "pan"],

View File

@ -36,7 +36,7 @@ list_of_examples = {
"GAP" : [["gap_inquiry"], ["gap_link_keys"]], "GAP" : [["gap_inquiry"], ["gap_link_keys"]],
"Hello World" : [["led_counter"]], "Hello World" : [["led_counter"]],
"HID" : [["hid_keyboard_demo"], ["hid_mouse_demo"], ["hog_keyboard_demo"], ["hog_mouse_demo"], ["hog_boot_host_demo"]], "HID" : [["hid_keyboard_demo"], ["hid_mouse_demo"], ["hid_host_demo"], ["hog_keyboard_demo"], ["hog_mouse_demo"], ["hog_boot_host_demo"]],
"Low Energy" : [["gap_le_advertisements"], ["gatt_browser"], ["gatt_counter"], ["gatt_streamer_server"], "Low Energy" : [["gap_le_advertisements"], ["gatt_browser"], ["gatt_counter"], ["gatt_streamer_server"],
["gatt_battery_query"], ["gatt_heart_rate_client"], ["gatt_battery_query"], ["gatt_heart_rate_client"],