Home
last modified time | relevance | path

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

/system/bt/stack/bnep/
Dbnep_main.cc420 const RawAddress *p_src_addr, *p_dst_addr; in bnep_data_ind() local
421 p_src_addr = p_dst_addr = NULL; in bnep_data_ind()
427 p_src_addr = (RawAddress*)p; in bnep_data_ind()
468 p_src_addr = (RawAddress*)p; in bnep_data_ind()
503 if (!p_src_addr) p_src_addr = &p_bcb->rem_bda; in bnep_data_ind()
514 (*bnep_cb.p_data_buf_cb)(p_bcb->handle, *p_src_addr, *p_dst_addr, protocol, in bnep_data_ind()
517 (*bnep_cb.p_data_ind_cb)(p_bcb->handle, *p_src_addr, *p_dst_addr, protocol, in bnep_data_ind()
Dbnep_api.cc328 const RawAddress* p_src_addr, bool fw_ext_present) { in BNEP_WriteBuf() argument
401 bnepu_build_bnep_hdr(p_bcb, p_buf, protocol, p_src_addr, &p_dest_addr, in BNEP_WriteBuf()
436 const RawAddress* p_src_addr, bool fw_ext_present) { in BNEP_Write() argument
508 bnepu_build_bnep_hdr(p_bcb, p_buf, protocol, p_src_addr, &p_dest_addr, in BNEP_Write()
Dbnep_int.h182 const RawAddress* p_src_addr,
185 uint16_t protocol, uint8_t* p_src_addr,
Dbnep_utils.cc431 const RawAddress* p_src_addr, in bnepu_build_bnep_hdr() argument
439 if (p_src_addr && *p_src_addr != *controller->get_address()) in bnepu_build_bnep_hdr()
447 if (!p_src_addr) p_src_addr = controller->get_address(); in bnepu_build_bnep_hdr()
457 memcpy(p, p_src_addr->address, BD_ADDR_LEN); in bnepu_build_bnep_hdr()
471 memcpy(p, p_src_addr->address, BD_ADDR_LEN); in bnepu_build_bnep_hdr()
/system/bt/test/mock/
Dmock_stack_bnep_api.cc71 const RawAddress* p_src_addr, bool fw_ext_present) { in BNEP_Write() argument
77 const RawAddress* p_src_addr, bool fw_ext_present) { in BNEP_WriteBuf() argument
/system/bt/stack/include/
Dbnep_api.h291 const RawAddress* p_src_addr,
320 const RawAddress* p_src_addr,