hci_send_cmd      520 netbt/hci_event.c 		hci_send_cmd(unit, HCI_CMD_DISCONNECT, &dp, sizeof(dp));
hci_send_cmd      535 netbt/hci_event.c 		err = hci_send_cmd(unit, HCI_CMD_WRITE_LINK_POLICY_SETTINGS,
hci_send_cmd      611 netbt/hci_event.c 		hci_send_cmd(unit, HCI_CMD_REJECT_CON, &rp, sizeof(rp));
hci_send_cmd      620 netbt/hci_event.c 		hci_send_cmd(unit, HCI_CMD_ACCEPT_CON, &ap, sizeof(ap));
hci_send_cmd      941 netbt/hci_event.c 	if (hci_send_cmd(unit, HCI_CMD_READ_BDADDR, NULL, 0))
hci_send_cmd      944 netbt/hci_event.c 	if (hci_send_cmd(unit, HCI_CMD_READ_BUFFER_SIZE, NULL, 0))
hci_send_cmd      947 netbt/hci_event.c 	if (hci_send_cmd(unit, HCI_CMD_READ_LOCAL_FEATURES, NULL, 0))
hci_send_cmd      107 netbt/hci_link.c 		err = hci_send_cmd(unit, HCI_CMD_CREATE_CON, &cp, sizeof(cp));
hci_send_cmd      223 netbt/hci_link.c 		err = hci_send_cmd(link->hl_unit, HCI_CMD_DISCONNECT,
hci_send_cmd      265 netbt/hci_link.c 		err = hci_send_cmd(link->hl_unit, HCI_CMD_AUTH_REQ,
hci_send_cmd      284 netbt/hci_link.c 		err = hci_send_cmd(link->hl_unit, HCI_CMD_SET_CON_ENCRYPTION,
hci_send_cmd      302 netbt/hci_link.c 		err = hci_send_cmd(link->hl_unit, HCI_CMD_CHANGE_CON_LINK_KEY,
hci_send_cmd      458 netbt/hci_link.c 		hci_send_cmd(unit, HCI_CMD_DISCONNECT, &cp, sizeof(cp));
hci_send_cmd      130 netbt/hci_unit.c 	err = hci_send_cmd(unit, HCI_CMD_RESET, NULL, 0);
hci_send_cmd      165 netbt/sco_upper.c 	err = hci_send_cmd(unit, HCI_CMD_ADD_SCO_CON, &cp, sizeof(cp));
hci_send_cmd      213 netbt/sco_upper.c 	err = hci_send_cmd(sco->hl_unit, HCI_CMD_DISCONNECT, &cp, sizeof(cp));