Home
last modified time | relevance | path

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

/system/bt/stack/bnep/
Dbnep_main.c473 UINT8 *p_src_addr, *p_dst_addr; in bnep_data_ind() local
547 p_src_addr = p_dst_addr = NULL; in bnep_data_ind()
552 p_dst_addr = p; in bnep_data_ind()
607 p_dst_addr = p; in bnep_data_ind()
640 if (!p_dst_addr) in bnep_data_ind()
641 p_dst_addr = (UINT8 *) controller_get_interface()->get_address(); in bnep_data_ind()
651 … (*bnep_cb.p_data_buf_cb)(p_bcb->handle, p_src_addr, p_dst_addr, protocol, p_buf, fw_ext_present); in bnep_data_ind()
655 …(*bnep_cb.p_data_ind_cb)(p_bcb->handle, p_src_addr, p_dst_addr, protocol, p, rem_len, fw_ext_prese… in bnep_data_ind()