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
33bb3b60d9
zephyr
/
samples
/
bluetooth
/
hap_ha
/
binaural.conf
4 lines
101 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Bluetooth: Audio: Rename `bt_csip` to `bt_csip_set_member` Renamed remaining structs and functions that are not for the set coordinator to use the set member CSIP role name. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2022-10-11 21:13:09 +08:00
CONFIG_BT_CSIP_SET_MEMBER=y
Bluetooth: has: Make HAS registration dynamic This changes HAS registration to be dynamic and let's the application set Hearing Aid Type and binaural features. Often, devices are flashed with generic firmware with some features stored post factory production, requiring the settings to be moved from compile time to run-time. This change will increase the RAM usage as the GATT service is moved from ROM to RAM. Signed-off-by: Lars Knudsen <larsgk@gmail.com> Co-author: Soren Engquist <soren@engquist.dk>
2022-11-30 19:56:02 +08:00
CONFIG_HAP_HA_HEARING_AID_BINAURAL=y
Bluetooth: samples: Add HAP Hearing Aid sample application This adds sample application that can be used as reference implementation and for HAP qualification purposes. Signed-off-by: Mariusz Skamra <mariusz.skamra@codecoup.pl>
2022-07-14 22:14:20 +08:00
CONFIG_BT_CAP_ACCEPTOR_SET_MEMBER=y