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

  /system/bluetooth/bluedroid/
bluetooth.c 170 if (!ioctl(hci_sock, HCIDEVUP, HCI_DEV_ID)) {
  /external/bluetooth/bluez/plugins/
hciops.c 172 if (ioctl(dd, HCIDEVUP, index) < 0 && errno != EALREADY) {
415 if (ioctl(dd, HCIDEVUP, index) == 0)
  /system/bluetooth/bluez-clean-headers/bluetooth/
hci.h 37 #define HCIDEVUP _IOW('H', 201, int)
  /external/bluetooth/bluez/tools/
hciconfig.c 238 if (ioctl(ctl, HCIDEVUP, hdev) < 0) {
    [all...]
  /external/bluetooth/bluez/lib/bluetooth/
hci.h 79 #define HCIDEVUP _IOW('H', 201, int)
    [all...]

Completed in 23 milliseconds