Searched refs:conn_req_host (Results 1 - 1 of 1) sorted by relevance

/external/qemu/hw/
H A Dbt-hci.c43 struct bt_device_s *conn_req_host; member in struct:bt_hci_s
776 if (hci->conn_req_host) {
781 hci->conn_req_host = link->host;
798 if (!hci->conn_req_host)
1615 if (!hci->conn_req_host ||
1617 &hci->conn_req_host->bd_addr)) {
1623 bt_hci_connection_accept(hci, hci->conn_req_host);
1624 hci->conn_req_host = NULL;
1630 if (!hci->conn_req_host ||
1632 &hci->conn_req_host
[all...]

Completed in 11 milliseconds