Home
last modified time | relevance | path

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

/system/bt/stack/bnep/
Dbnep_int.h204 const RawAddress* p_dest_addr, bool ext_bit);
207 uint8_t* p_dest_addr, uint8_t type);
230 const RawAddress& p_dest_addr,
Dbnep_api.cc329 tBNEP_RESULT BNEP_WriteBuf(uint16_t handle, const RawAddress& p_dest_addr, in BNEP_WriteBuf() argument
351 if (bnep_is_packet_allowed(p_bcb, p_dest_addr, protocol, fw_ext_present, in BNEP_WriteBuf()
404 bnepu_build_bnep_hdr(p_bcb, p_buf, protocol, p_src_addr, &p_dest_addr, in BNEP_WriteBuf()
437 tBNEP_RESULT BNEP_Write(uint16_t handle, const RawAddress& p_dest_addr, in BNEP_Write() argument
455 if (bnep_is_packet_allowed(p_bcb, p_dest_addr, protocol, fw_ext_present, in BNEP_Write()
511 bnepu_build_bnep_hdr(p_bcb, p_buf, protocol, p_src_addr, &p_dest_addr, in BNEP_Write()
Dbnep_utils.cc433 const RawAddress* p_dest_addr, bool fw_ext_present) { in bnepu_build_bnep_hdr() argument
443 if (*p_dest_addr != p_bcb->rem_bda) in bnepu_build_bnep_hdr()
455 memcpy(p, p_dest_addr->address, BD_ADDR_LEN); in bnepu_build_bnep_hdr()
481 memcpy(p, p_dest_addr->address, BD_ADDR_LEN); in bnepu_build_bnep_hdr()
1260 const RawAddress& p_dest_addr, in bnep_is_packet_allowed() argument
1306 if ((p_dest_addr.address[0] & 0x01) && p_bcb->rcvd_mcast_filters) { in bnep_is_packet_allowed()
1314 p_dest_addr.address, BD_ADDR_LEN) <= 0) && in bnep_is_packet_allowed()
1316 p_dest_addr.address, BD_ADDR_LEN) >= 0)) in bnep_is_packet_allowed()
1328 VLOG(1) << "Ignoring multicast address " << p_dest_addr in bnep_is_packet_allowed()
/system/bt/stack/include/
Dbnep_api.h309 const RawAddress& p_dest_addr, BT_HDR* p_buf,
338 extern tBNEP_RESULT BNEP_Write(uint16_t handle, const RawAddress& p_dest_addr,