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

  /system/bluetooth/bluez-clean-headers/bluetooth/
rfcomm.h 32 #define RFCOMMRELEASEDEV _IOW('R', 201, int)
  /external/bluetooth/bluez/include/bluetooth/
rfcomm.h 65 #define RFCOMMRELEASEDEV _IOW('R', 201, int)
  /external/bluetooth/bluez/rfcomm/
main.c 228 err = ioctl(ctl, RFCOMMRELEASEDEV, &req);
472 ioctl(ctl, RFCOMMRELEASEDEV, &req);
638 ioctl(ctl, RFCOMMRELEASEDEV, &req);
  /external/bluetooth/bluez/compat/
dun.c 222 ioctl(sk, RFCOMMRELEASEDEV, &req);
  /external/bluetooth/bluez/serial/
port.c 175 * ioctl(RFCOMMRELEASEDEV)!
179 if (ioctl(rfcomm_ctl, RFCOMMRELEASEDEV, &req) < 0) {

Completed in 169 milliseconds