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

/fuchsia/zircon/system/dev/bluetooth/bt-hci-broadcom/
H A Dbt-hci-broadcom.c146 static zx_status_t bcm_hci_send_command(bcm_hci_t* hci, const hci_command_header_t* command, function
151 zxlogf(ERROR, "bcm_hci_send_command zx_channel_write failed %s\n",
170 zxlogf(ERROR, "bcm_hci_send_command zx_channel_read failed %s\n",
178 zxlogf(ERROR, "bcm_hci_send_command did not receive command complete\n");
183 zxlogf(ERROR, "bcm_hci_send_command got command complete error %u\n", event->return_code);
200 zx_status_t status = bcm_hci_send_command(hci, &command.header, sizeof(command));
219 status = bcm_hci_send_command(hci, &RESET_CMD, sizeof(RESET_CMD));
235 status = bcm_hci_send_command(hci, &START_FIRMWARE_DOWNLOAD_CMD,
269 status = bcm_hci_send_command(hci, header, length);
271 zxlogf(ERROR, "bcm_hci_send_command faile
[all...]

Completed in 25 milliseconds