Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/bnep/
Dbnep_api.cc333 tBNEP_RESULT BNEP_WriteBuf(uint16_t handle, const RawAddress& dest_addr, in BNEP_WriteBuf() argument
354 if (bnep_is_packet_allowed(p_bcb, dest_addr, protocol, fw_ext_present, p_data, in BNEP_WriteBuf()
410 bnepu_build_bnep_hdr(p_bcb, p_buf, protocol, src_addr, dest_addr, in BNEP_WriteBuf()
443 tBNEP_RESULT BNEP_Write(uint16_t handle, const RawAddress& dest_addr, in BNEP_Write() argument
460 if (bnep_is_packet_allowed(p_bcb, dest_addr, protocol, fw_ext_present, p_data, in BNEP_Write()
516 bnepu_build_bnep_hdr(p_bcb, p_buf, protocol, src_addr, dest_addr, in BNEP_Write()
Dbnep_utils.cc438 const RawAddress& dest_addr, bool fw_ext_present) { in bnepu_build_bnep_hdr() argument
450 if (dest_addr != p_bcb->rem_bda) in bnepu_build_bnep_hdr()
464 memcpy(p, dest_addr.address, BD_ADDR_LEN); in bnepu_build_bnep_hdr()
490 memcpy(p, dest_addr.address, BD_ADDR_LEN); in bnepu_build_bnep_hdr()
1194 const RawAddress& dest_addr, in bnep_is_packet_allowed() argument
1240 if ((dest_addr.address[0] & 0x01) && p_bcb->rcvd_mcast_filters) { in bnep_is_packet_allowed()
1248 dest_addr.address, BD_ADDR_LEN) <= 0) && in bnep_is_packet_allowed()
1249 (memcmp(p_bcb->rcvd_mcast_filter_end[i].address, dest_addr.address, in bnep_is_packet_allowed()
1263 dest_addr); in bnep_is_packet_allowed()
Dbnep_int.h183 const RawAddress& dest_addr, bool ext_bit);
205 const RawAddress& dest_addr,
/packages/modules/Bluetooth/system/stack/include/
Dbnep_api.h292 tBNEP_RESULT BNEP_WriteBuf(uint16_t handle, const RawAddress& dest_addr,
319 tBNEP_RESULT BNEP_Write(uint16_t handle, const RawAddress& dest_addr,