HomeSort by relevance Sort by last modified time
    Searched refs:hci_send_cmd (Results 1 - 10 of 10) sorted by null

  /system/bluetooth/brcm_patchram_plus/
brcm_patchram_plus.c 597 hci_send_cmd(uchar *buf, int len) function
610 hci_send_cmd(hci_reset, sizeof(hci_reset));
620 hci_send_cmd(hci_reset, sizeof(hci_reset));
634 hci_send_cmd(hci_download_minidriver, sizeof(hci_download_minidriver));
653 hci_send_cmd(buffer, len + 4);
669 hci_send_cmd(hci_update_baud_rate, sizeof(hci_update_baud_rate));
685 hci_send_cmd(hci_write_bd_addr, sizeof(hci_write_bd_addr));
693 hci_send_cmd(hci_write_sleep_mode, sizeof(hci_write_sleep_mode));
701 hci_send_cmd(hci_write_sco_pcm_int,
706 hci_send_cmd(hci_write_pcm_data_format
    [all...]
  /external/bluetooth/bluez/plugins/
hciops.c 334 if (hci_send_cmd(dd, OGF_LINK_CTL, OCF_SET_CONN_ENCRYPT,
369 if (hci_send_cmd(dev->sk, OGF_HOST_CTL, OCF_WRITE_INQUIRY_MODE,
420 if (hci_send_cmd(dev->sk, OGF_HOST_CTL,
440 if (hci_send_cmd(dev->sk, OGF_HOST_CTL, OCF_WRITE_SCAN_ENABLE,
469 if (hci_send_cmd(dev->sk, OGF_HOST_CTL, OCF_WRITE_SCAN_ENABLE,
532 hci_send_cmd(dev->sk, OGF_HOST_CTL, OCF_SET_EVENT_MASK,
552 hci_send_cmd(dev->sk, OGF_HOST_CTL,
568 hci_send_cmd(dev->sk, OGF_LINK_POLICY, OCF_WRITE_DEFAULT_LINK_POLICY,
581 if (hci_send_cmd(dev->sk, OGF_LINK_CTL, OCF_INQUIRY_CANCEL, 0, 0) < 0)
672 if (hci_send_cmd(dd, OGF_LINK_CTL, OCF_AUTH_REQUESTED
    [all...]
  /external/bluetooth/bluez/tools/
csr_hci.c 117 return hci_send_cmd(dd, OGF_VENDOR_CMD, 0x00, (size * 2) + 1, cp);
hcitool.c 1079 if (hci_send_cmd(dd, OGF_LINK_CTL,
1151 if (hci_send_cmd(dd, ogf, ocf, len, buf) < 0) {
    [all...]
csr.c     [all...]
hciattach_ath3k.c 903 if (hci_send_cmd(dd, OGF_VENDOR_CMD, HCI_SLEEP_CMD_OCF, 1, &pm) < 0)
  /hardware/ti/wpan/bt_sco_app/
bt_sco_app.c 200 if (hci_send_cmd(dd, ogf, ocf, len, buf) < 0) {
  /external/bluetooth/bluez/lib/bluetooth/
hci_lib.h 53 int hci_send_cmd(int dd, uint16_t ogf, uint16_t ocf, uint8_t plen, void *param);
  /external/bluetooth/bluez/test/
bdaddr.c 48 err = hci_send_cmd(dd, 0x03, 0x0003, 0, NULL);
  /external/bluetooth/bluez/lib/
hci.c 1053 int hci_send_cmd(int dd, uint16_t ogf, uint16_t ocf, uint8_t plen, void *param) function
1106 if (hci_send_cmd(dd, r->ogf, r->ocf, r->clen, r->cparam) < 0)
    [all...]

Completed in 84 milliseconds