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 395 hci_send_cmd(unsigned char *buf, int len) function
408 hci_send_cmd(hci_reset, sizeof(hci_reset));
418 hci_send_cmd(hci_reset, sizeof(hci_reset));
432 hci_send_cmd(hci_download_minidriver, sizeof(hci_download_minidriver));
447 hci_send_cmd(buffer, len + 4);
458 hci_send_cmd(hci_update_baud_rate, sizeof(hci_update_baud_rate));
474 hci_send_cmd(hci_write_bd_addr, sizeof(hci_write_bd_addr));
482 hci_send_cmd(hci_write_sleep_mode, sizeof(hci_write_sleep_mode));
  /external/bluetooth/bluez/lib/
hci.c 1049 int hci_send_cmd(int dd, uint16_t ogf, uint16_t ocf, uint8_t plen, void *param) function
1102 if (hci_send_cmd(dd, r->ogf, r->ocf, r->clen, r->cparam) < 0)
    [all...]

Completed in 407 milliseconds