Searched refs:dst_addr (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Bluetooth/system/stack/bnep/ |
D | bnep_main.cc | 425 RawAddress dst_addr = RawAddress::kEmpty; in bnep_data_ind() local 429 dst_addr = *(RawAddress*)p; in bnep_data_ind() 478 dst_addr = *(RawAddress*)p; in bnep_data_ind() 508 if (dst_addr == RawAddress::kEmpty) in bnep_data_ind() 509 dst_addr = bluetooth::ToRawAddress( in bnep_data_ind() 519 (*bnep_cb.p_data_buf_cb)(p_bcb->handle, src_addr, dst_addr, protocol, p_buf, in bnep_data_ind() 522 (*bnep_cb.p_data_ind_cb)(p_bcb->handle, src_addr, dst_addr, protocol, p, in bnep_data_ind()
|