Lines Matching full:host
635 return bt_hci_role_master(hci, handle) ? link->slave : link->host;
655 link->host->lmp_acl_resp;
691 link.host = &hci->device;
698 struct bt_device_s *host, uint8_t because)
702 .host = host,
706 host->reject_reason = because;
707 host->lmp_connection_complete(&link);
724 struct bt_device_s *host)
742 bt_hci_connection_reject(hci, host, HCI_REJECTED_LIMITED_RESOURCES);
748 link->btlink.host = host;
757 bacpy(¶ms.bdaddr, &host->bd_addr);
766 host->reject_reason = 0;
767 host->lmp_connection_complete(&link->btlink);
777 bt_hci_connection_reject(hci, link->host,
781 hci->conn_req_host = link->host;
787 bacpy(¶ms.bdaddr, &link->host->bd_addr);
788 memcpy(¶ms.dev_class, &link->host->class, sizeof(params.dev_class));
810 * that's been cancelled by the host in the meantime and immediately
830 struct bt_hci_s *hci = hci_from_device(link->host);
893 btlink->host->reject_reason = reason;
894 btlink->host->lmp_disconnect_master(btlink);
913 struct bt_hci_s *hci = hci_from_device(link->host);
1122 struct bt_hci_s *hci = hci_from_device(link->host);
2007 bt_hci_lmp_acl_data(hci_from_device(link->host),