Searched refs:read_hci_event (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-devtools/rtl-tools/files/ |
| H A D | hciattach.c | 167 int read_hci_event(int fd, unsigned char* buf, int size) in read_hci_event() function 570 if (read_hci_event(fd, resp, 100) < 0) { 614 if (read_hci_event(fd, resp, 100) < 0) { 869 if ((n = read_hci_event(fd, resp, 10)) < 0) { 917 if ((n = read_hci_event(fd, resp, 4)) < 0) { 939 if ((n = read_hci_event(fd, resp, 10)) < 0) { 961 if ((n = read_hci_event(fd, resp, 4)) < 0) { 982 if ((n = read_hci_event(fd, resp, 4)) < 0) { 1026 if ((n = read_hci_event(fd, resp, 6)) < 0) {
|
| H A D | hciattach.h | 43 int read_hci_event(int fd, unsigned char* buf, int size);
|