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

  /external/bluetooth/bluez/lib/
hci.c 989 int hci_send_req(int dd, struct hci_request *r, int to) function
1143 if (hci_send_req(dd, &rq, to) < 0)
1174 if (hci_send_req(dd, &rq, to) < 0)
1195 if (hci_send_req(dd, &rq, to) < 0)
1222 if (hci_send_req(dd, &rq, to) < 0)
1248 if (hci_send_req(dd, &rq, to) < 0)
1280 if (hci_send_req(dd, &rq, to) < 0)
1304 if (hci_send_req(dd, &rq, to) < 0)
1336 if (hci_send_req(dd, &rq, to) < 0)
1369 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 1219 if (hci_send_req(s, &rq, 2000) < 0) {
1233 if (hci_send_req(s, &rq, 1000) < 0) {
1288 if (hci_send_req(s, &rq, 2000) < 0) {
1302 if (hci_send_req(s, &rq, 1000) < 0) {
1353 if (hci_send_req(s, &rq, 2000) < 0) {
1367 if (hci_send_req(s, &rq, 1000) < 0) {
    [all...]
hciattach_ti.c 256 if (hci_send_req(fd, &rq, 15) < 0) {
hcitool.c 1007 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/include/bluetooth/
hci_lib.h 54 int hci_send_req(int dd, struct hci_request *req, int timeout);
  /external/bluetooth/bluez/src/
dbus-hci.c 807 if (hci_send_req(dd, &rq, HCI_REQ_TIMEOUT) < 0) {
device.c     [all...]

Completed in 669 milliseconds