1. 19 2月, 2012 1 次提交
    • A
      Bluetooth: Prepare start_discovery · f39799f5
      Andre Guedes 提交于
      This patch does some code refactoring in start_discovery function
      in order to prepare it for interleaved discovery support.
      
      MGMT_ADDR_* macros were moved to hci_core.h since they are now used
      to define discovery type macros.
      
      Discovery type macros were defined according to mgmt-api.txt
      specification:
      
      Possible values for the Type parameter are a bit-wise or of the
      following bits:
      
      	1	BR/EDR
      	2	LE Public
      	3	LE Random
      
      By combining these e.g. the following values are possible:
      
      	1	BR/EDR
      	6	LE (public & random)
      	7	BR/EDR/LE (interleaved discovery)
      Signed-off-by: NAndre Guedes <andre.guedes@openbossa.org>
      Acked-by: NMarcel Holtmann <marcel@holtmann.org>
      Signed-off-by: NJohan Hedberg <johan.hedberg@intel.com>
      f39799f5
  2. 17 2月, 2012 8 次提交
  3. 15 2月, 2012 2 次提交
  4. 13 2月, 2012 29 次提交