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

  /external/bluetooth/bluez/lib/
bluetooth.c 259 case HCI_OE_USER_ENDED_CONNECTION:
  /external/bluetooth/bluez/tools/
hcitool.c 752 hci_disconnect(dd, handle, HCI_OE_USER_ENDED_CONNECTION, 10000);
958 hci_disconnect(dd, handle, HCI_OE_USER_ENDED_CONNECTION, 10000);
1286 reason = (argc > 1) ? atoi(argv[1]) : HCI_OE_USER_ENDED_CONNECTION;
    [all...]
  /system/bluetooth/bluez-clean-headers/bluetooth/
hci.h 118 #define HCI_OE_USER_ENDED_CONNECTION 0x13
  /external/bluetooth/bluez/src/
device.c 453 cp.reason = HCI_OE_USER_ENDED_CONNECTION;
1187 device_cancel_bonding(device, HCI_OE_USER_ENDED_CONNECTION);
    [all...]
adapter.c     [all...]
  /external/bluetooth/bluez/lib/bluetooth/
hci.h 179 #define HCI_OE_USER_ENDED_CONNECTION 0x13
    [all...]
  /external/qemu/hw/
bt.h 312 HCI_OE_USER_ENDED_CONNECTION = 0x13,
    [all...]

Completed in 154 milliseconds