]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Add BT_HS config option
authorArron Wang <arron.wang@intel.com>
Fri, 24 Jul 2015 09:12:55 +0000 (17:12 +0800)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 30 Jul 2015 11:31:59 +0000 (13:31 +0200)
commita0c09c07974cfca56e83b236cfe969a129486534
tree644a5bd5aa8275c597f0a0d72488c6b5c9201fad
parent5caef4136c7f8470a1281383c5204af377212faa
Bluetooth: Add BT_HS config option

Move A2MP Module under BT_HS config option and allow
the user have flexible option to choose the feature only
they need

a2mp_discover_amp() & a2mp_channel_create() are a2mp module
entry point for master and slave, and this is dynamic
invoked depends on the userspace or remote request, then
we defined their implementation depends on BT_HS config

Signed-off-by: Arron Wang <arron.wang@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/Kconfig
net/bluetooth/Makefile
net/bluetooth/a2mp.h
net/bluetooth/amp.h