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

  /external/bluetooth/bluez/src/
main.c 230 main_opts.link_policy = HCI_LP_RSWITCH | HCI_LP_SNIFF |
254 main_opts.link_policy = HCI_LP_RSWITCH | HCI_LP_SNIFF |
  /external/bluetooth/bluez/lib/bluetooth/
hci.h 301 #define HCI_LP_SNIFF 0x0004
    [all...]
  /external/qemu/hw/
bt.h 425 HCI_LP_SNIFF = 1 << 2,
    [all...]
  /system/bluetooth/bluez-clean-headers/bluetooth/
hci.h 290 #define HCI_LP_SNIFF 0x0004
    [all...]
  /external/bluetooth/bluez/lib/
hci.c 276 { "SNIFF", HCI_LP_SNIFF },
    [all...]
  /external/bluetooth/bluez/plugins/
hciops.c 563 link_policy &= ~HCI_LP_SNIFF;
    [all...]

Completed in 2673 milliseconds