Home
last modified time | relevance | path

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

/linux-4.1.27/net/bluetooth/
Dmgmt.c3096 static u8 link_to_bdaddr(u8 link_type, u8 addr_type) in link_to_bdaddr() function
3152 rp->addr[i].type = link_to_bdaddr(c->type, c->dst_type); in get_connections()
3303 rp.addr.type = link_to_bdaddr(conn->type, conn->dst_type); in pairing_complete()
7599 ev.key.addr.type = link_to_bdaddr(LE_LINK, key->bdaddr_type); in mgmt_new_ltk()
7637 ev.irk.addr.type = link_to_bdaddr(LE_LINK, irk->addr_type); in mgmt_new_irk()
7666 ev.key.addr.type = link_to_bdaddr(LE_LINK, csrk->bdaddr_type); in mgmt_new_csrk()
7684 ev.addr.type = link_to_bdaddr(LE_LINK, bdaddr_type); in mgmt_new_conn_param()
7702 ev->addr.type = link_to_bdaddr(conn->type, conn->dst_type); in mgmt_device_connected()
7794 ev.addr.type = link_to_bdaddr(link_type, addr_type); in mgmt_device_disconnected()
7809 u8 bdaddr_type = link_to_bdaddr(link_type, addr_type); in mgmt_disconnect_failed()
[all …]