Home
last modified time | relevance | path

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

/system/bt/test/mock/
Dmock_stack_bnep_api.cc69 tBNEP_RESULT BNEP_Write(uint16_t handle, const RawAddress& p_dest_addr, in BNEP_Write() argument
75 tBNEP_RESULT BNEP_WriteBuf(uint16_t handle, const RawAddress& p_dest_addr, in BNEP_WriteBuf() argument
/system/bt/stack/bnep/
Dbnep_api.cc326 tBNEP_RESULT BNEP_WriteBuf(uint16_t handle, const RawAddress& p_dest_addr, in BNEP_WriteBuf() argument
348 if (bnep_is_packet_allowed(p_bcb, p_dest_addr, protocol, fw_ext_present, in BNEP_WriteBuf()
401 bnepu_build_bnep_hdr(p_bcb, p_buf, protocol, p_src_addr, &p_dest_addr, in BNEP_WriteBuf()
434 tBNEP_RESULT BNEP_Write(uint16_t handle, const RawAddress& p_dest_addr, in BNEP_Write() argument
452 if (bnep_is_packet_allowed(p_bcb, p_dest_addr, protocol, fw_ext_present, in BNEP_Write()
508 bnepu_build_bnep_hdr(p_bcb, p_buf, protocol, p_src_addr, &p_dest_addr, in BNEP_Write()
Dbnep_int.h183 const RawAddress* p_dest_addr, bool ext_bit);
186 uint8_t* p_dest_addr, uint8_t type);
208 const RawAddress& p_dest_addr,
Dbnep_utils.cc432 const RawAddress* p_dest_addr, bool fw_ext_present) { in bnepu_build_bnep_hdr() argument
442 if (*p_dest_addr != p_bcb->rem_bda) in bnepu_build_bnep_hdr()
454 memcpy(p, p_dest_addr->address, BD_ADDR_LEN); in bnepu_build_bnep_hdr()
480 memcpy(p, p_dest_addr->address, BD_ADDR_LEN); in bnepu_build_bnep_hdr()
1203 const RawAddress& p_dest_addr, in bnep_is_packet_allowed() argument
1249 if ((p_dest_addr.address[0] & 0x01) && p_bcb->rcvd_mcast_filters) { in bnep_is_packet_allowed()
1257 p_dest_addr.address, BD_ADDR_LEN) <= 0) && in bnep_is_packet_allowed()
1259 p_dest_addr.address, BD_ADDR_LEN) >= 0)) in bnep_is_packet_allowed()
1271 VLOG(1) << "Ignoring multicast address " << p_dest_addr in bnep_is_packet_allowed()
/system/bt/stack/include/
Dbnep_api.h289 const RawAddress& p_dest_addr, BT_HDR* p_buf,
318 extern tBNEP_RESULT BNEP_Write(uint16_t handle, const RawAddress& p_dest_addr,