Lines Matching refs:bdaddr
491 const bdaddr_t *bdaddr) in smp_irk_matches() argument
503 BT_DBG("RPA %pMR IRK %*phN", bdaddr, 16, irk); in smp_irk_matches()
505 err = smp_ah(smp->tfm_aes, irk, &bdaddr->b[3], hash); in smp_irk_matches()
509 return !memcmp(bdaddr->b, hash, 3); in smp_irk_matches()
1043 bacpy(&hcon->dst, &smp->remote_irk->bdaddr); in smp_notify_keys()
1082 bacpy(&smp->csrk->bdaddr, &hcon->dst); in smp_notify_keys()
1088 bacpy(&smp->slave_csrk->bdaddr, &hcon->dst); in smp_notify_keys()
1094 bacpy(&smp->ltk->bdaddr, &hcon->dst); in smp_notify_keys()
1100 bacpy(&smp->slave_ltk->bdaddr, &hcon->dst); in smp_notify_keys()
1305 bacpy(&addrinfo.bdaddr, &hcon->src); in smp_distribute_keys()
2474 if (!bacmp(&info->bdaddr, BDADDR_ANY) || in smp_cmd_ident_addr_info()
2475 !hci_is_identity_address(&info->bdaddr, info->addr_type)) { in smp_cmd_ident_addr_info()
2480 bacpy(&smp->id_addr, &info->bdaddr); in smp_cmd_ident_addr_info()
3155 bacpy(&chan->src, &hdev->bdaddr); in smp_add_cid()