24 Commits

Author SHA1 Message Date
Matthias Ringwald
9e8a756965 hid examples: update documentation 2021-02-09 22:15:30 +01:00
Milanka Ringwald
ffe3f1a125 hid_device: add BLUETOOTH_ATTRIBUTE_HID_NORMALLY_CONNECTABLE to SDP record and an input param to hid_create_sdp_record function 2021-02-09 15:59:55 +01:00
Milanka Ringwald
1ad99f3bd3 hid_device: add hid_remote_wake attribute to API 2021-02-09 15:48:00 +01:00
Milanka Ringwald
7bbeb3ad8c add missing default switch cases 2020-10-27 13:44:55 +01:00
Milanka Ringwald
ec8ae085b4 docu: copy editing examples titles 2020-10-23 09:55:01 +02:00
Matthias Ringwald
45a92aba53 hid examples: allow for role switch and sniff mode 2020-07-16 22:19:45 +02:00
Matthias Ringwald
e501bae083 Use BTSTACK_FILE__ without __ prefix (MISRAC2012-Rule-21.1) 2019-05-11 19:31:55 +02:00
Milanka Ringwald
a796c06fe4 hid_demo: fix compile 2018-10-22 22:05:48 +02:00
Milanka Ringwald
abc918551f hid_device/example: fix compile 2018-10-08 17:21:38 +02:00
Milanka Ringwald
b274c7b316 hid_device examples: fix api calls 2018-10-02 21:42:04 +02:00
Matthias Ringwald
a4fe646795 example: register for events after setting up the stack, register for hci events after sm_init() 2018-08-24 10:03:14 +02:00
Matthias Ringwald
4e43ca9f2a example/hid_keyboard_demo: connect to fixed remote device on first keypress 2018-07-23 12:53:41 +02:00
Milanka Ringwald
15de820685 docu: add example tags, fix table for pdf 2017-11-01 10:41:16 +01:00
Matthias Ringwald
47f85edbd6 hid_keyboard_demo: add Device ID service record 2017-10-06 18:04:02 +02:00
Matthias Ringwald
0c2b8870c4 examples: unify local names and append BD_ADDR 2017-08-16 21:40:32 +02:00
Matthias Ringwald
95a8ee01a4 btstack_stdin: provide console input in callback 2017-05-27 21:50:39 +02:00
Matthias Ringwald
7ea7688a8f btstack_stdin: replace stdin_support.[ch] with btstack_stdin.h and platform implementations 2017-05-27 21:50:19 +02:00
Matthias Ringwald
8eb8d46326 hid_device: extract l2cap handling into classic/hid_device, send events 2017-04-27 14:57:02 +02:00
Matthias Ringwald
d40c9ac6cf hid_device: move hid_create_sdp_record into classic/hid_device.h 2017-04-27 11:39:25 +02:00
Matthias Ringwald
6518788a7f hid_device: send demo text if no stdin available 2017-04-27 11:25:17 +02:00
Matthias Ringwald
ca44a803f1 hid_device: lookup keycode in US keyboard table 2017-04-27 11:11:27 +02:00
Matthias Ringwald
4cf728558f hid_device: support for typing [a-zA-Z0-9], space, backspace 2017-04-26 22:13:45 +02:00
Matthias Ringwald
0316aa6f75 hid_device: report connect/disconnect, track l2cap cids 2017-04-26 21:50:47 +02:00
Matthias Ringwald
2fa56ea6fd hid_device: start demo, define keyboard boot protocol descriptor, create sdp record 2017-04-26 18:14:27 +02:00