Searched refs:bacmp (Results 1 – 2 of 2) sorted by relevance
1126 if (bacmp(&c->dst, ba) || c->type != BIS_LINK) in hci_conn_hash_lookup_bis()1174 if (bacmp(&c->dst, ba) || c->type != BIS_LINK || in hci_conn_hash_lookup_per_adv_bis()1217 if (c->type == type && !bacmp(&c->dst, ba)) { in hci_conn_hash_lookup_ba()1241 if (ba_type == c->dst_type && !bacmp(&c->dst, ba)) { in hci_conn_hash_lookup_le()1276 if (!ba || (ba_type == c->dst_type && !bacmp(&c->dst, ba))) { in hci_conn_hash_lookup_cis()1914 #define rpa_valid(dev) (bacmp(&dev->rpa, BDADDR_ANY) && \1916 #define adv_rpa_valid(adv) (bacmp(&adv->random_addr, BDADDR_ANY) && \
373 static inline int bacmp(const bdaddr_t *ba1, const bdaddr_t *ba2) in bacmp() function
Completed in 14 milliseconds