Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
orangepi-xunlong
GitHub Repository: orangepi-xunlong/orangepi-build
Path: blob/next/external/cache/sources/rtk_hciattach/hciattach_h4.h
8657 views
1
// SPDX-License-Identifier: GPL-2.0
2
#include <stdint.h>
3
int h4_download_patch(int fd, int index, uint8_t *data, int len);
4
int h4_vendor_change_speed(int fd, uint32_t baudrate);
5
int h4_hci_reset(int fd);
6
int h4_read_local_ver(int fd);
7
int h4_vendor_read_rom_ver(int fd);
8
9