OSDN Git Service

[automerger] GATT: Handle too short Error Response PDU am: 03881d1055 am: 1e8cabdae2...
authorAndroid Build Merger (Role) <noreply-android-build-merger@google.com>
Sat, 26 May 2018 07:29:16 +0000 (07:29 +0000)
committerAndroid Build Merger (Role) <noreply-android-build-merger@google.com>
Sat, 26 May 2018 07:29:16 +0000 (07:29 +0000)
Change-Id: I5a24b2d428c69771380e3d6484f9770a3c8cf33e

1  2 
stack/gatt/gatt_cl.c

  
  #include <string.h>
  #include "bt_utils.h"
 -#include "gki.h"
 +#include "bt_common.h"
  #include "gatt_int.h"
  #include "l2c_int.h"
+ #include "log/log.h"
  
  #define GATT_WRITE_LONG_HDR_SIZE    5 /* 1 opcode + 2 handle + 2 offset */
  #define GATT_READ_CHAR_VALUE_HDL    (GATT_READ_CHAR_VALUE | 0x80)