Searched defs:p_dest_addr (Results 1 - 2 of 2) sorted by relevance

/external/bluetooth/bluedroid/stack/bnep/
H A Dbnep_api.c347 ** p_dest_addr - BD_ADDR/Ethernet addr of the destination
362 UINT8 *p_dest_addr,
388 if (bnep_is_packet_allowed (p_bcb, p_dest_addr, protocol, fw_ext_present, p_data) != BNEP_SUCCESS)
442 bnepu_build_bnep_hdr (p_bcb, p_buf, protocol, p_src_addr, p_dest_addr, fw_ext_present);
458 ** p_dest_addr - BD_ADDR/Ethernet addr of the destination
474 UINT8 *p_dest_addr,
498 if (bnep_is_packet_allowed (p_bcb, p_dest_addr, protocol, fw_ext_present, p_data) != BNEP_SUCCESS)
558 bnepu_build_bnep_hdr (p_bcb, p_buf, protocol, p_src_addr, p_dest_addr, fw_ext_present);
361 BNEP_WriteBuf(UINT16 handle, UINT8 *p_dest_addr, BT_HDR *p_buf, UINT16 protocol, UINT8 *p_src_addr, BOOLEAN fw_ext_present) argument
473 BNEP_Write(UINT16 handle, UINT8 *p_dest_addr, UINT8 *p_data, UINT16 len, UINT16 protocol, UINT8 *p_src_addr, BOOLEAN fw_ext_present) argument
H A Dbnep_utils.c488 UINT8 *p_src_addr, UINT8 *p_dest_addr, BOOLEAN fw_ext_present)
498 if (memcmp (p_dest_addr, p_bcb->rem_bda, BD_ADDR_LEN))
509 memcpy (p, p_dest_addr, BD_ADDR_LEN);
530 memcpy (p, p_dest_addr, BD_ADDR_LEN);
1317 BD_ADDR p_dest_addr,
1364 if ((p_dest_addr[0] & 0x01) &&
1375 if ((memcmp (p_bcb->rcvd_mcast_filter_start[i], p_dest_addr, BD_ADDR_LEN) <= 0) &&
1376 (memcmp (p_bcb->rcvd_mcast_filter_end[i], p_dest_addr, BD_ADDR_LEN) >= 0))
1388 p_dest_addr[0], p_dest_addr[
487 bnepu_build_bnep_hdr(tBNEP_CONN *p_bcb, BT_HDR *p_buf, UINT16 protocol, UINT8 *p_src_addr, UINT8 *p_dest_addr, BOOLEAN fw_ext_present) argument
1316 bnep_is_packet_allowed(tBNEP_CONN *p_bcb, BD_ADDR p_dest_addr, UINT16 protocol, BOOLEAN fw_ext_present, UINT8 *p_data) argument
[all...]

Completed in 1154 milliseconds