HomeSort by relevance Sort by last modified time
    Searched refs:read_hci_event (Results 1 - 8 of 8) sorted by null

  /external/bluetooth/bluez/tools/
hciattach.h 45 int read_hci_event(int fd, unsigned char* buf, int size);
hciattach_qualcomm.c 76 n = read_hci_event(fd, vsevent, sizeof(vsevent));
81 n = read_hci_event(fd, (unsigned char *)&resp, sizeof(resp));
191 if (read_hci_event(fd, resp, 100) < 0) {
231 if ((n = read_hci_event(fd, resp, 100)) < 0) {
244 if (read_hci_event(fd, resp, 100) < 0) {
265 if ((n = read_hci_event(fd, resp, 100)) < 0) {
hciattach.c 160 int read_hci_event(int fd, unsigned char* buf, int size) function
573 if (read_hci_event(fd, resp, 100) < 0) {
617 if (read_hci_event(fd, resp, 100) < 0) {
872 if ((n = read_hci_event(fd, resp, 10)) < 0) {
920 if ((n = read_hci_event(fd, resp, 4)) < 0) {
942 if ((n = read_hci_event(fd, resp, 10)) < 0) {
964 if ((n = read_hci_event(fd, resp, 4)) < 0) {
985 if ((n = read_hci_event(fd, resp, 4)) < 0) {
1029 if ((n = read_hci_event(fd, resp, 6)) < 0) {
hciattach_tialt.c 69 FAILIF(read_hci_event(fd, (unsigned char *)&resp, sizeof(resp)) < 0,
223 if (read_hci_event(fd, resp, 100) < 0) {
hciattach_ti.c 282 ret = read_hci_event(fd, response, sizeof(response));
471 if (read_hci_event(fd, resp, 100) < 0) {
hciattach_ath3k.c 104 err = read_hci_event(dev, (unsigned char *)hci_event, PS_EVENT_LEN);
948 if (read_hci_event(fd, rsp, sizeof(rsp)) < 0)
1009 if (read_hci_event(fd, rsp, sizeof(rsp)) < 0) {
1028 if (read_hci_event(fd, rsp, sizeof(rsp)) < 0) {
  /hardware/ti/wlan/mac80211/ti-utils/uim_rfkill/
uim.c 199 int read_hci_event(int fd, unsigned char *buf, int size) function
209 UIM_VER(" read_hci_event");
271 if (read_hci_event(fd, (unsigned char *)&resp, sizeof(resp)) < 0) {
  /hardware/ti/wpan/ti_st/uim-sysfs/
uim.c 141 int read_hci_event(int fd, unsigned char *buf, int size) function
151 UIM_VER(" read_hci_event");
209 if (read_hci_event(fd, (unsigned char *)&resp, sizeof(resp)) < 0) {

Completed in 78 milliseconds