Lines Matching refs:bdaddr
509 const bdaddr_t *bdaddr) in smp_irk_matches() argument
521 BT_DBG("RPA %pMR IRK %*phN", bdaddr, 16, irk); in smp_irk_matches()
523 err = smp_ah(smp->tfm_aes, irk, &bdaddr->b[3], hash); in smp_irk_matches()
527 return !memcmp(bdaddr->b, hash, 3); in smp_irk_matches()
1071 bacpy(&hcon->dst, &smp->remote_irk->bdaddr); in smp_notify_keys()
1079 bacpy(&smp->csrk->bdaddr, &hcon->dst); in smp_notify_keys()
1085 bacpy(&smp->slave_csrk->bdaddr, &hcon->dst); in smp_notify_keys()
1091 bacpy(&smp->ltk->bdaddr, &hcon->dst); in smp_notify_keys()
1097 bacpy(&smp->slave_ltk->bdaddr, &hcon->dst); in smp_notify_keys()
1306 bacpy(&addrinfo.bdaddr, &hcon->src); in smp_distribute_keys()
2501 if (!bacmp(&info->bdaddr, BDADDR_ANY) || in smp_cmd_ident_addr_info()
2502 !hci_is_identity_address(&info->bdaddr, info->addr_type)) { in smp_cmd_ident_addr_info()
2507 bacpy(&smp->id_addr, &info->bdaddr); in smp_cmd_ident_addr_info()
3189 bacpy(&chan->src, &hdev->bdaddr); in smp_add_cid()