Home
last modified time | relevance | path

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

/system/bt/stack/bnep/
Dbnep_main.cc530 const RawAddress *p_src_addr, *p_dst_addr; in bnep_data_ind() local
531 p_src_addr = p_dst_addr = NULL; in bnep_data_ind()
537 p_src_addr = (RawAddress*)p; in bnep_data_ind()
578 p_src_addr = (RawAddress*)p; in bnep_data_ind()
613 if (!p_src_addr) p_src_addr = &p_bcb->rem_bda; in bnep_data_ind()
624 (*bnep_cb.p_data_buf_cb)(p_bcb->handle, *p_src_addr, *p_dst_addr, protocol, in bnep_data_ind()
627 (*bnep_cb.p_data_ind_cb)(p_bcb->handle, *p_src_addr, *p_dst_addr, protocol, in bnep_data_ind()
Dbnep_int.h203 const RawAddress* p_src_addr,
206 uint16_t protocol, uint8_t* p_src_addr,
Dbnep_api.cc331 const RawAddress* p_src_addr, bool fw_ext_present) { in BNEP_WriteBuf() argument
404 bnepu_build_bnep_hdr(p_bcb, p_buf, protocol, p_src_addr, &p_dest_addr, in BNEP_WriteBuf()
439 const RawAddress* p_src_addr, bool fw_ext_present) { in BNEP_Write() argument
511 bnepu_build_bnep_hdr(p_bcb, p_buf, protocol, p_src_addr, &p_dest_addr, in BNEP_Write()
Dbnep_utils.cc432 const RawAddress* p_src_addr, in bnepu_build_bnep_hdr() argument
440 if (p_src_addr && *p_src_addr != *controller->get_address()) in bnepu_build_bnep_hdr()
448 if (!p_src_addr) p_src_addr = controller->get_address(); in bnepu_build_bnep_hdr()
458 memcpy(p, p_src_addr->address, BD_ADDR_LEN); in bnepu_build_bnep_hdr()
472 memcpy(p, p_src_addr->address, BD_ADDR_LEN); in bnepu_build_bnep_hdr()
/system/bt/stack/include/
Dbnep_api.h311 const RawAddress* p_src_addr,
340 const RawAddress* p_src_addr,