HomeSort by: relevance | last modified time | path
    Searched refs:hci_send_cmd (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/netbt/
hci_event.c 627 hci_send_cmd(unit, HCI_CMD_DISCONNECT, &dp, sizeof(dp));
643 err = hci_send_cmd(unit, HCI_CMD_WRITE_LINK_POLICY_SETTINGS,
649 err = hci_send_cmd(unit, HCI_CMD_READ_CLOCK_OFFSET,
729 hci_send_cmd(unit, HCI_CMD_REJECT_CON, &rp, sizeof(rp));
738 hci_send_cmd(unit, HCI_CMD_ACCEPT_CON, &ap, sizeof(ap));
817 err = hci_send_cmd(unit, HCI_CMD_READ_ENCRYPTION_KEY_SIZE,
1071 hci_send_cmd(unit, HCI_CMD_READ_LOCAL_EXTENDED_FEATURES,
1122 hci_send_cmd(unit, HCI_CMD_READ_LOCAL_EXTENDED_FEATURES,
1160 hci_send_cmd(unit, HCI_CMD_READ_LOCAL_COMMANDS, NULL, 0);
1278 if (hci_send_cmd(unit, HCI_CMD_READ_BDADDR, NULL, 0)
    [all...]
sco_upper.c 166 err = hci_send_cmd(unit, HCI_CMD_ADD_SCO_CON, &cp, sizeof(cp));
214 err = hci_send_cmd(sco->hl_unit, HCI_CMD_DISCONNECT, &cp, sizeof(cp));
hci_link.c 104 err = hci_send_cmd(unit, HCI_CMD_CREATE_CON, &cp, sizeof(cp));
237 err = hci_send_cmd(link->hl_unit, HCI_CMD_DISCONNECT,
279 err = hci_send_cmd(link->hl_unit, HCI_CMD_AUTH_REQ,
298 err = hci_send_cmd(link->hl_unit, HCI_CMD_SET_CON_ENCRYPTION,
316 err = hci_send_cmd(link->hl_unit, HCI_CMD_CHANGE_CON_LINK_KEY,
471 hci_send_cmd(unit, HCI_CMD_DISCONNECT, &cp, sizeof(cp));
hci_unit.c 178 err = hci_send_cmd(unit, HCI_CMD_RESET, NULL, 0);
304 hci_send_cmd(struct hci_unit *unit, uint16_t opcode, void *buf, uint8_t len) function in typeref:typename:int
hci.h 2619 int hci_send_cmd(struct hci_unit *, uint16_t, void *, uint8_t);

Completed in 17 milliseconds