HomeSort by relevance Sort by last modified time
    Searched defs:hci_send_cmd (Results 1 - 2 of 2) 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/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 55 milliseconds