OSDN Git Service

Cleanup RawAddress usage
authorJakub Pawlowski <jpawlowski@google.com>
Wed, 16 Aug 2017 13:41:02 +0000 (06:41 -0700)
committerJakub Pawlowski <jpawlowski@google.com>
Thu, 17 Aug 2017 23:30:30 +0000 (16:30 -0700)
commitbe01dc9122c61348d5276048eaa98259240855f1
treece2cb070073a72a55785e68c7b05f260f9a5caf6
parenteb64a55761d91491ba0e1180b1ddc1f23684b7e2
Cleanup RawAddress usage

Use RawAddress::kLength instead of sizeof(RawAddress). When copying
value using memcpy, use "->address" instead of direct instance address.

Bug: 64726342
Change-Id: Iac7e5674f7e32b53162ab734c2251e65e9d4554c
Merged-In: Iac7e5674f7e32b53162ab734c2251e65e9d4554c
(cherry picked from commit 2e05f0dd4f3b33a0fdeb9a1c72a53cf14851e734)
btif/include/btif_debug_conn.h
btif/src/btif_core.cc
btif/src/btif_debug_conn.cc
btif/src/btif_hf_client.cc
btif/src/btif_storage.cc
device/include/interop.h
device/src/interop.cc
hci/src/hci_packet_parser.cc
service/hal/fake_bluetooth_interface.cc