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

  /external/bluetooth/bluez/lib/
hci.c 1083 int hci_send_req(int dd, struct hci_request *r, int to) function
1253 if (hci_send_req(dd, &rq, to) < 0)
1284 if (hci_send_req(dd, &rq, to) < 0)
1312 if (hci_send_req(dd, &rq, to) < 0)
1341 if (hci_send_req(dd, &rq, to) < 0)
1365 if (hci_send_req(dd, &rq, to) < 0)
1390 if (hci_send_req(dd, &rq, to) < 0)
1412 if (hci_send_req(dd, &rq, to) < 0)
1439 if (hci_send_req(dd, &rq, to) < 0)
1468 if (hci_send_req(dd, &rq, to) < 0
    [all...]
  /external/bluetooth/bluez/test/
lmptest.c 66 if (hci_send_req(dd, &rq, 1000) < 0)
99 if (hci_send_req(dd, &rq, 1000) < 0)
bdaddr.c 77 if (hci_send_req(dd, &rq, 1000) < 0)
110 if (hci_send_req(dd, &rq, 1000) < 0)
150 if (hci_send_req(dd, &rq, 2000) < 0)
191 if (hci_send_req(dd, &rq, 2000) < 0)
219 if (hci_send_req(dd, &rq, 1000) < 0)
247 if (hci_send_req(dd, &rq, 1000) < 0)
275 if (hci_send_req(dd, &rq, 1000) < 0)
  /external/bluetooth/bluez/tools/
csr_hci.c 129 if (hci_send_req(dd, &rq, 2000) < 0)
csr.c     [all...]
hciconfig.c 231 ret = hci_send_req(dd, &rq, 1000);
271 ret = hci_send_req(dd, &rq, 1000);
312 err = hci_send_req(dd, &rq, 1000);
1421 if (hci_send_req(s, &rq, 2000) < 0) {
    [all...]
hciattach_ti.c 256 if (hci_send_req(fd, &rq, 15) < 0) {
hcitool.c 1038 if (hci_send_req(dd, &rq, 100) < 0) {
    [all...]
  /external/bluetooth/hcidump/src/
bpasniff.c 72 if (hci_send_req(dd, &rq, 1000) < 0)
100 if (hci_send_req(dd, &rq, 1000) < 0)
126 hci_send_req(dd, &rq, 1000);
  /external/bluetooth/bluez/lib/bluetooth/
hci_lib.h 54 int hci_send_req(int dd, struct hci_request *req, int timeout);

Completed in 301 milliseconds