Home
last modified time | relevance | path

Searched refs:HCIDEVUP (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/bluez/plugins/
Dhciops.c172 if (ioctl(dd, HCIDEVUP, index) < 0 && errno != EALREADY) { in init_device()
415 if (ioctl(dd, HCIDEVUP, index) == 0) in hciops_start()
/external/bluetooth/bluez/tools/
Dhciconfig.c238 if (ioctl(ctl, HCIDEVUP, hdev) < 0) { in cmd_up()
/external/bluetooth/bluez/lib/bluetooth/
Dhci.h79 #define HCIDEVUP _IOW('H', 201, int) macro