Home
last modified time | relevance | path

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

/btstack/src/classic/
H A Dbnep.c484 int has_source; in bnep_send() local
551 has_source = (memcmp(addr_source, channel->local_addr, ETHER_ADDR_LEN) != 0); in bnep_send()
561 if (has_source && has_dest) { in bnep_send()
564 if (has_source && !has_dest) { in bnep_send()
567 if (!has_source && has_dest) { in bnep_send()
580 if (has_source) { in bnep_send()