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

  /external/bluetooth/bluez/tools/
ciptool.c 229 int i, dev_id, num_rsp, length, flags; local
242 num_rsp = 0;
247 num_rsp = hci_inquiry(dev_id, length, num_rsp, NULL, &info, flags);
249 for (i = 0; i < num_rsp; i++) {
hcitool.c 457 int num_rsp, length, flags; local
462 num_rsp = 0;
472 num_rsp = atoi(optarg);
503 num_rsp = hci_inquiry(dev_id, length, num_rsp, lap, &info, flags);
504 if (num_rsp < 0) {
509 for (i = 0; i < num_rsp; i++) {
546 int num_rsp, length, flags; local
556 num_rsp = 0;
566 num_rsp = atoi(optarg)
    [all...]
  /external/bluetooth/bluez/compat/
hidd.c 538 int i, dev_id, num_rsp, length, flags; local
551 num_rsp = 0;
556 num_rsp = hci_inquiry(dev_id, length, num_rsp, NULL, &info, flags);
558 for (i = 0; i < num_rsp; i++) {
572 for (i = 0; i < num_rsp; i++) {
588 if (!num_rsp) {
  /external/bluetooth/bluez/lib/
hci.c 951 uint8_t num_rsp = nrsp; local
956 num_rsp = 0;
978 ir->num_rsp = num_rsp;
994 size = sizeof(inquiry_info) * ir->num_rsp;
1001 ret = ir->num_rsp;
    [all...]
  /external/bluetooth/bluez/lib/bluetooth/
hci_lib.h 59 int hci_inquiry(int dev_id, int len, int num_rsp, const uint8_t *lap, inquiry_info **ii, long flags);
hci.h 322 uint8_t num_rsp; member in struct:__anon1989
340 uint8_t num_rsp; member in struct:__anon1991
2383 uint8_t num_rsp; member in struct:hci_inquiry_req
    [all...]
  /system/bluetooth/bluez-clean-headers/bluetooth/
hci.h 307 uint8_t num_rsp; member in struct:__anon36116
326 uint8_t num_rsp; member in struct:__anon36118
2472 uint8_t num_rsp; member in struct:hci_inquiry_req
    [all...]
  /external/qemu/hw/
bt.h 448 uint8_t num_rsp; member in struct:__anon11002
466 uint8_t num_rsp; member in struct:__anon11004
    [all...]
bt-hci.c     [all...]
  /external/bluetooth/hcidump/parser/
hci.c 889 cp->lap[2], cp->lap[1], cp->lap[0], cp->length, cp->num_rsp);
899 cp->lap[2], cp->lap[1], cp->lap[0], cp->length, cp->num_rsp);
    [all...]
  /external/bluetooth/bluez/plugins/
hciops.c     [all...]

Completed in 956 milliseconds