Bluetooth: Merge buf.[ch] functionality into hci_core.[ch]
There's no need to maintain a separate module for this anymore. Subsequent patches will have further simplifications thanks to this being now handled in a single c-file. Change-Id: I4510c9f72b121e1e5fd19eeb8b5d5ddf2f4bfffe Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
parent
1ddc3edcaa
commit
3822aecd24
10 changed files with 147 additions and 231 deletions
|
@ -104,14 +104,6 @@ config BLUETOOTH_DEBUG_HCI_CORE
|
|||
This option enables debug support for Bluetooth HCI
|
||||
core
|
||||
|
||||
config BLUETOOTH_DEBUG_BUF
|
||||
bool
|
||||
prompt "Bluetooth buffers debug"
|
||||
depends on BLUETOOTH_DEBUG
|
||||
default n
|
||||
help
|
||||
This option enables debug support for Bluetooth buffers.
|
||||
|
||||
config BLUETOOTH_DEBUG_CONN
|
||||
bool
|
||||
prompt "Bluetooth connection debug"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue