HomeSort by relevance Sort by last modified time
    Searched refs:HCI_LP_RSWITCH (Results 1 - 7 of 7) 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/tools/
ciptool.c 141 if (!(di.link_policy & HCI_LP_RSWITCH)) {
  /external/bluetooth/bluez/lib/bluetooth/
hci.h 299 #define HCI_LP_RSWITCH 0x0001
    [all...]
  /external/qemu/hw/
bt.h 423 HCI_LP_RSWITCH = 1 << 0,
    [all...]
  /system/bluetooth/bluez-clean-headers/bluetooth/
hci.h 287 #define HCI_LP_RSWITCH 0x0001
    [all...]
  /external/bluetooth/bluez/lib/
hci.c 274 { "RSWITCH", HCI_LP_RSWITCH },
    [all...]
  /external/bluetooth/bluez/plugins/
hciops.c 559 link_policy &= ~HCI_LP_RSWITCH;
    [all...]

Completed in 989 milliseconds