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

  /external/bluetooth/bluez/plugins/
hciops.c 480 uint8_t mode = SCAN_PAGE;
499 uint8_t mode = (SCAN_PAGE | SCAN_INQUIRY);
  /external/bluetooth/bluez/src/
main.c 312 main_opts.scan = SCAN_PAGE;
adapter.c 103 uint8_t scan_mode; /* scan mode: SCAN_DISABLED, SCAN_PAGE,
    [all...]
  /system/bluetooth/bluez-clean-headers/bluetooth/
hci.h 367 #define SCAN_PAGE 0x02
  /external/bluetooth/bluez/tools/
hciconfig.c 141 dr.dev_opt = SCAN_PAGE;
143 dr.dev_opt = SCAN_PAGE | SCAN_INQUIRY;
    [all...]
  /external/qemu/hw/
bt-hci.c     [all...]
bt.h 942 SCAN_PAGE = 1 << 1,
    [all...]
  /external/bluetooth/bluez/test/
hciemu.c 441 if (!(*data & SCAN_PAGE)) {
  /external/bluetooth/bluez/lib/bluetooth/
hci.h 801 #define SCAN_PAGE 0x02
    [all...]

Completed in 150 milliseconds