OSDN Git Service

Fix connection handle data type
authorJakub Pawlowski <jpawlowski@google.com>
Fri, 18 Aug 2017 11:14:22 +0000 (04:14 -0700)
committerJakub Pawlowski <jpawlowski@google.com>
Fri, 18 Aug 2017 11:17:13 +0000 (04:17 -0700)
commit73af4033702ae58a24975a09134a7bf698b5cbd8
tree08c43b1c0c9dec58d97188935787d7f66593d751
parent2e05f0dd4f3b33a0fdeb9a1c72a53cf14851e734
Fix connection handle data type

conn_handle should be uint16_t, not uint8_t.

Test: compilation test
Bug: 64232952
Change-Id: Ibce88e2cf2f74f402ea26f7471e5ac35aef6229b
stack/btm/btm_acl.cc
stack/btm/btm_int.h
stack/include/ble_advertiser.h
stack/test/ble_advertiser_test.cc