This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
d5bab09db6
zephyr
/
samples
/
bluetooth
/
peripheral_hids
/
prj_nble.conf
5 lines
88 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Bluetooth: Add sample implementing HIDS This adds a sample that implements HID Service peripheral, the current descriptor map is for a generic mouse so when connecting to a Linux box it will create a input device like in the following output: input: Test HoG mouse as /devices/virtual/misc/uhid/0005:1D6B:0246.0035/input/input98 hid-generic 0005:1D6B:0246.0035: input,hidraw2: BLUETOOTH HID v5.29 Mouse [Test HoG mouse] on XX:XX:XX:XX:XX:XX Change-Id: Iccf07926ecc7363f4f47e1aa9df506a722e7e2d3 Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
2016-08-25 19:05:26 +08:00
CONFIG_BLUETOOTH=y
Bluetooth: Kconfig: Restructure for a more logical hierarchy Restructure the Bluetooth options more logically. - Both host and controller are now behind the same high level CONFIG_BLUETOOTH. - Selecting controller support disables other HCI driver selection, so the controller isn't in the same list as HCI drivers any more. - Under the top-level there's a "Custom stack" option, which when enabled opens up the option of choosing CONFIG_NBLE. There are various other cleanups and simplifications in this patch as well, since splitting these up would have been fairly tricky while making sure all test cases still build. Change-Id: I5bb715cb9d20201cb8b72fbd149c8a09a4b2d7d2 Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2016-11-09 18:23:21 +08:00
CONFIG_BLUETOOTH_CUSTOM=y
Bluetooth: Add sample implementing HIDS This adds a sample that implements HID Service peripheral, the current descriptor map is for a generic mouse so when connecting to a Linux box it will create a input device like in the following output: input: Test HoG mouse as /devices/virtual/misc/uhid/0005:1D6B:0246.0035/input/input98 hid-generic 0005:1D6B:0246.0035: input,hidraw2: BLUETOOTH HID v5.29 Mouse [Test HoG mouse] on XX:XX:XX:XX:XX:XX Change-Id: Iccf07926ecc7363f4f47e1aa9df506a722e7e2d3 Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
2016-08-25 19:05:26 +08:00
CONFIG_NBLE=y
CONFIG_BLUETOOTH_DEBUG_LOG=y