hid examples: update documentation

This commit is contained in:
Matthias Ringwald 2021-02-09 22:15:30 +01:00
parent 1ddeadfcb2
commit 9e8a756965
3 changed files with 2 additions and 6 deletions

View File

@ -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.
*/

View File

@ -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.
*/
// *****************************************************************************

View File

@ -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.
*/
// *****************************************************************************