zephyr/subsys/bluetooth
Trond Einar Snekvik 2cc0263a53 Bluetooth: Reduce severity of unavoidable warnings
Reduces the severity of warnings that happen from normal behavior, or
can't be prevented by the user:
- "No ID address" in hci_core.c: Reduced to an informational warning, as
  this will always output with the expected usage. This isn't useful
  information for 99.9% of users, and pollutes the output of all samples
  using the module.
- "Composition page %u not available" in cfg_srv.c: According to the
  Mesh Profile Specification section 4.4.2.2.2, the client is expected
  to send page=0xff. Reduced to a debug message.
- "Connectable advertising deferred" in proxy.c: Gets logged every 10
  seconds when in a Mesh Proxy connection. This is not useful
  information unless the user is debugging the proxy module. Reduced to
  a debug message.

Signed-off-by: Trond Einar Snekvik <Trond.Einar.Snekvik@nordicsemi.no>
2019-11-06 19:24:32 +02:00
..
common kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
controller Bluetooth: controller: split: Make number of TX ctrl buffers configurable 2019-11-06 17:58:54 +01:00
host Bluetooth: Reduce severity of unavoidable warnings 2019-11-06 19:24:32 +02:00
mesh Bluetooth: Reduce severity of unavoidable warnings 2019-11-06 19:24:32 +02:00
services kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
shell kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
CMakeLists.txt cmake: don't link interface libraries with zephyr_interface 2019-09-26 05:50:46 -07:00
Kconfig kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00