Searched refs:link_to_bdaddr (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/net/bluetooth/ |
D | mgmt.c | 3186 static u8 link_to_bdaddr(u8 link_type, u8 addr_type) in link_to_bdaddr() function 3240 rp->addr[i].type = link_to_bdaddr(c->type, c->dst_type); in get_connections() 3390 rp.addr.type = link_to_bdaddr(conn->type, conn->dst_type); in pairing_complete() 9537 ev.key.addr.type = link_to_bdaddr(key->link_type, key->bdaddr_type); in mgmt_new_link_key() 9588 ev.key.addr.type = link_to_bdaddr(key->link_type, key->bdaddr_type); in mgmt_new_ltk() 9617 ev.irk.addr.type = link_to_bdaddr(irk->link_type, irk->addr_type); in mgmt_new_irk() 9646 ev.key.addr.type = link_to_bdaddr(csrk->link_type, csrk->bdaddr_type); in mgmt_new_csrk() 9664 ev.addr.type = link_to_bdaddr(LE_LINK, bdaddr_type); in mgmt_new_conn_param() 9693 ev->addr.type = link_to_bdaddr(conn->type, conn->dst_type); in mgmt_device_connected() 9784 ev.addr.type = link_to_bdaddr(link_type, addr_type); in mgmt_device_disconnected() [all …]
|