Searched refs:hci_sleep_cmd (Results 1 – 1 of 1) sorted by relevance
56 unsigned char hci_sleep_cmd[] = { in vendor_high_priority() local63 hci_sleep_cmd[4] = (uint8_t)handle; in vendor_high_priority()64 hci_sleep_cmd[5] = (uint8_t)(handle >> 8); in vendor_high_priority()66 int ret = write(fd, hci_sleep_cmd, sizeof(hci_sleep_cmd)); in vendor_high_priority()70 } else if (ret != sizeof(hci_sleep_cmd)) { in vendor_high_priority()