mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-20 18:40:31 +00:00
hid examples: update documentation
This commit is contained in:
parent
1ddeadfcb2
commit
9e8a756965
@ -43,8 +43,8 @@
|
||||
|
||||
/* EXAMPLE_START(hid_host_demo): HID Host Classic
|
||||
*
|
||||
* @text This example implements a HID Host. For now, it connnects to a fixed device.
|
||||
* It will connect in Report protocol mode if this mode is suported by the HID Device,
|
||||
* @text This example implements a HID Host. For now, it connects to a fixed device.
|
||||
* It will connect in Report protocol mode if this mode is supported by the HID Device,
|
||||
* otherwise it will fall back to BOOT protocol mode.
|
||||
*/
|
||||
|
||||
|
@ -43,8 +43,6 @@
|
||||
* @text This HID Device example demonstrates how to implement
|
||||
* an HID keyboard. Without a HAVE_BTSTACK_STDIN, a fixed demo text is sent
|
||||
* If HAVE_BTSTACK_STDIN is defined, you can type from the terminal
|
||||
*
|
||||
* @text Status: Basic implementation. HID Request from Host are not answered yet. Works with iOS.
|
||||
*/
|
||||
// *****************************************************************************
|
||||
|
||||
|
@ -43,8 +43,6 @@
|
||||
* @text This HID Device example demonstrates how to implement
|
||||
* an HID keyboard. Without a HAVE_BTSTACK_STDIN, a fixed demo text is sent
|
||||
* If HAVE_BTSTACK_STDIN is defined, you can type from the terminal
|
||||
*
|
||||
* @text Status: Basic implementation. HID Request from Host are not answered yet. Works with iOS.
|
||||
*/
|
||||
// *****************************************************************************
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user