OSDN Git Service

Merge "btm_ble_multi_adv: Check data length in HCI interface" into oc-dev am: 1946090...
authorHansong Zhang <hsz@google.com>
Wed, 30 Jan 2019 01:05:50 +0000 (17:05 -0800)
committerandroid-build-merger <android-build-merger@google.com>
Wed, 30 Jan 2019 01:05:50 +0000 (17:05 -0800)
am: f4aa470028

Change-Id: I20fca0d1bb08a631d03be5ad201d1e61a388f8c2

1  2 
stack/btm/ble_advertiser_hci_interface.cc

  #include "btm_int_types.h"
  #include "device/include/controller.h"
  #include "hcidefs.h"
+ #include "log/log.h"
  
 +#include <queue>
 +#include <utility>
 +
 +#include <base/bind.h>
 +#include <base/callback.h>
 +#include <base/location.h>
 +#include <base/logging.h>
 +
  #define BTM_BLE_MULTI_ADV_SET_RANDOM_ADDR_LEN 8
  #define BTM_BLE_MULTI_ADV_ENB_LEN 3
  #define BTM_BLE_MULTI_ADV_SET_PARAM_LEN 24