]> granicus.if.org Git - esp-idf/commit
example/hid: Added the BLE hid device profile.
authorYulong <huangyulong@espressif.com>
Fri, 9 Mar 2018 08:25:23 +0000 (03:25 -0500)
committeryulong <huangyulong@espressif.com>
Thu, 19 Apr 2018 03:44:51 +0000 (11:44 +0800)
commitefb747d16774879e114b1ec8680398227e008540
tree3a7161c83df88f7641788fa4e07d3a30e38a42d7
parentfe907bde60e492fe565ce42f25730c988856f347
example/hid: Added the BLE hid device profile.

demo/hid: Change the license validity period & some unreasonable LOG print.

example/hid: Added the Vendor Report output support.
examples/bluetooth/ble_hid_device_demo/Makefile [new file with mode: 0644]
examples/bluetooth/ble_hid_device_demo/main/ble_hidd_demo_main.c [new file with mode: 0644]
examples/bluetooth/ble_hid_device_demo/main/component.mk [new file with mode: 0644]
examples/bluetooth/ble_hid_device_demo/main/esp_hidd_prf_api.c [new file with mode: 0644]
examples/bluetooth/ble_hid_device_demo/main/esp_hidd_prf_api.h [new file with mode: 0644]
examples/bluetooth/ble_hid_device_demo/main/hid_dev.c [new file with mode: 0644]
examples/bluetooth/ble_hid_device_demo/main/hid_dev.h [new file with mode: 0644]
examples/bluetooth/ble_hid_device_demo/main/hid_device_le_prf.c [new file with mode: 0644]
examples/bluetooth/ble_hid_device_demo/main/hidd_le_prf_int.h [new file with mode: 0644]
examples/bluetooth/ble_hid_device_demo/sdkconfig.defaults [new file with mode: 0644]