mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-01 04:20:33 +00:00
hid_host: add APIs and example to online docu
This commit is contained in:
parent
d93f9014b1
commit
b40259c13b
@ -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"],
|
||||||
|
@ -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"],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user