hci_send_cmd
int hci_send_cmd(struct hci_unit *, uint16_t, void *, uint8_t);
hci_send_cmd(unit, HCI_CMD_READ_LOCAL_EXTENDED_FEATURES,
hci_send_cmd(unit, HCI_CMD_READ_LOCAL_EXTENDED_FEATURES,
hci_send_cmd(unit, HCI_CMD_READ_LOCAL_COMMANDS, NULL, 0);
if (hci_send_cmd(unit, HCI_CMD_READ_BDADDR, NULL, 0))
if (hci_send_cmd(unit, HCI_CMD_READ_BUFFER_SIZE, NULL, 0))
if (hci_send_cmd(unit, HCI_CMD_READ_LOCAL_FEATURES, NULL, 0))
if (hci_send_cmd(unit, HCI_CMD_READ_LOCAL_VER, NULL, 0))
hci_send_cmd(unit, HCI_CMD_DISCONNECT, &dp, sizeof(dp));
err = hci_send_cmd(unit, HCI_CMD_WRITE_LINK_POLICY_SETTINGS,
err = hci_send_cmd(unit, HCI_CMD_READ_CLOCK_OFFSET,
hci_send_cmd(unit, HCI_CMD_REJECT_CON, &rp, sizeof(rp));
hci_send_cmd(unit, HCI_CMD_ACCEPT_CON, &ap, sizeof(ap));
err = hci_send_cmd(unit, HCI_CMD_READ_ENCRYPTION_KEY_SIZE,
err = hci_send_cmd(unit, HCI_CMD_CREATE_CON, &cp, sizeof(cp));
err = hci_send_cmd(link->hl_unit, HCI_CMD_DISCONNECT,
err = hci_send_cmd(link->hl_unit, HCI_CMD_AUTH_REQ,
err = hci_send_cmd(link->hl_unit, HCI_CMD_SET_CON_ENCRYPTION,
err = hci_send_cmd(link->hl_unit, HCI_CMD_CHANGE_CON_LINK_KEY,
hci_send_cmd(unit, HCI_CMD_DISCONNECT, &cp, sizeof(cp));
err = hci_send_cmd(unit, HCI_CMD_RESET, NULL, 0);
err = hci_send_cmd(unit, HCI_CMD_ADD_SCO_CON, &cp, sizeof(cp));
err = hci_send_cmd(sco->hl_unit, HCI_CMD_DISCONNECT, &cp, sizeof(cp));