Home
last modified time | relevance | path

Searched refs:source_addr (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/stack/bnep/
Dbnep_utils.cc441 RawAddress source_addr = src_addr; in bnepu_build_bnep_hdr() local
445 if (source_addr != RawAddress::kEmpty && in bnepu_build_bnep_hdr()
446 source_addr != bluetooth::ToRawAddress( in bnepu_build_bnep_hdr()
455 if (source_addr == RawAddress::kEmpty) in bnepu_build_bnep_hdr()
456 source_addr = bluetooth::ToRawAddress( in bnepu_build_bnep_hdr()
467 memcpy(p, source_addr.address, BD_ADDR_LEN); in bnepu_build_bnep_hdr()
481 memcpy(p, source_addr.address, BD_ADDR_LEN); in bnepu_build_bnep_hdr()