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 09:39:02 +0000 (02:39 -0700)
commit2e05f0dd4f3b33a0fdeb9a1c72a53cf14851e734
tree7efa99e9ba3e99692a837b7728d11b93b79a3ec4
parentfc25b1960645ce27c6ba6c470d5878a4f1937c75
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
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