Symbol: hci_send_cmd
sys/netbt/hci.h
2619
int hci_send_cmd(struct hci_unit *, uint16_t, void *, uint8_t);
sys/netbt/hci_event.c
1071
hci_send_cmd(unit, HCI_CMD_READ_LOCAL_EXTENDED_FEATURES,
sys/netbt/hci_event.c
1122
hci_send_cmd(unit, HCI_CMD_READ_LOCAL_EXTENDED_FEATURES,
sys/netbt/hci_event.c
1160
hci_send_cmd(unit, HCI_CMD_READ_LOCAL_COMMANDS, NULL, 0);
sys/netbt/hci_event.c
1278
if (hci_send_cmd(unit, HCI_CMD_READ_BDADDR, NULL, 0))
sys/netbt/hci_event.c
1281
if (hci_send_cmd(unit, HCI_CMD_READ_BUFFER_SIZE, NULL, 0))
sys/netbt/hci_event.c
1284
if (hci_send_cmd(unit, HCI_CMD_READ_LOCAL_FEATURES, NULL, 0))
sys/netbt/hci_event.c
1287
if (hci_send_cmd(unit, HCI_CMD_READ_LOCAL_VER, NULL, 0))
sys/netbt/hci_event.c
627
hci_send_cmd(unit, HCI_CMD_DISCONNECT, &dp, sizeof(dp));
sys/netbt/hci_event.c
643
err = hci_send_cmd(unit, HCI_CMD_WRITE_LINK_POLICY_SETTINGS,
sys/netbt/hci_event.c
649
err = hci_send_cmd(unit, HCI_CMD_READ_CLOCK_OFFSET,
sys/netbt/hci_event.c
729
hci_send_cmd(unit, HCI_CMD_REJECT_CON, &rp, sizeof(rp));
sys/netbt/hci_event.c
738
hci_send_cmd(unit, HCI_CMD_ACCEPT_CON, &ap, sizeof(ap));
sys/netbt/hci_event.c
817
err = hci_send_cmd(unit, HCI_CMD_READ_ENCRYPTION_KEY_SIZE,
sys/netbt/hci_link.c
104
err = hci_send_cmd(unit, HCI_CMD_CREATE_CON, &cp, sizeof(cp));
sys/netbt/hci_link.c
237
err = hci_send_cmd(link->hl_unit, HCI_CMD_DISCONNECT,
sys/netbt/hci_link.c
279
err = hci_send_cmd(link->hl_unit, HCI_CMD_AUTH_REQ,
sys/netbt/hci_link.c
298
err = hci_send_cmd(link->hl_unit, HCI_CMD_SET_CON_ENCRYPTION,
sys/netbt/hci_link.c
316
err = hci_send_cmd(link->hl_unit, HCI_CMD_CHANGE_CON_LINK_KEY,
sys/netbt/hci_link.c
471
hci_send_cmd(unit, HCI_CMD_DISCONNECT, &cp, sizeof(cp));
sys/netbt/hci_unit.c
178
err = hci_send_cmd(unit, HCI_CMD_RESET, NULL, 0);
sys/netbt/sco_upper.c
166
err = hci_send_cmd(unit, HCI_CMD_ADD_SCO_CON, &cp, sizeof(cp));
sys/netbt/sco_upper.c
214
err = hci_send_cmd(sco->hl_unit, HCI_CMD_DISCONNECT, &cp, sizeof(cp));