Exemple #1
0
ssize_t
bthReadData (
  BluetoothConnection *connection, void *buffer, size_t size,
  int initialTimeout, int subsequentTimeout
) {
  logUnsupportedFunction();
  return -1;
}
Exemple #2
0
int
usbClearEndpoint (
  UsbDevice *device,
  unsigned char endpointAddress
) {
  logUnsupportedFunction();
  return 0;
}
Exemple #3
0
int
usbSetConfiguration (
  UsbDevice *device,
  unsigned char configuration
) {
  logUnsupportedFunction();
  return 0;
}
Exemple #4
0
int
usbCancelRequest (
  UsbDevice *device,
  void *request
) {
  logUnsupportedFunction();
  return 0;
}
Exemple #5
0
int
usbReleaseInterface (
  UsbDevice *device,
  unsigned char interface
) {
  logUnsupportedFunction();
  return 0;
}
Exemple #6
0
ssize_t
bthGetData (
  BluetoothConnectionExtension *bcx, void *buffer, size_t size,
  int initialTimeout, int subsequentTimeout
) {
  logUnsupportedFunction();
  return -1;
}
Exemple #7
0
int
bthDiscoverChannel (
  uint8_t *channel, BluetoothConnectionExtension *bcx,
  const void *uuidBytes, size_t uuidLength,
  int timeout
) {
  logUnsupportedFunction();
  return 0;
}
Exemple #8
0
int
usbSetAlternative (
  UsbDevice *device,
  unsigned char interface,
  unsigned char alternative
) {
  logUnsupportedFunction();
  return 0;
}
Exemple #9
0
void *
usbReapResponse (
  UsbDevice *device,
  unsigned char endpointAddress,
  UsbResponse *response,
  int wait
) {
  logUnsupportedFunction();
  return NULL;
}
Exemple #10
0
void *
usbSubmitRequest (
  UsbDevice *device,
  unsigned char endpointAddress,
  void *buffer,
  size_t length,
  void *context
) {
  logUnsupportedFunction();
  return NULL;
}
Exemple #11
0
ssize_t
usbWriteEndpoint (
  UsbDevice *device,
  unsigned char endpointNumber,
  const void *buffer,
  size_t length,
  int timeout
) {
  logUnsupportedFunction();
  return -1;
}
Exemple #12
0
ssize_t
usbControlTransfer (
  UsbDevice *device,
  uint8_t direction,
  uint8_t recipient,
  uint8_t type,
  uint8_t request,
  uint16_t value,
  uint16_t index,
  void *buffer,
  uint16_t length,
  int timeout
) {
  logUnsupportedFunction();
  return -1;
}
Exemple #13
0
ssize_t
bthPutData (BluetoothConnectionExtension *bcx, const void *buffer, size_t size) {
  logUnsupportedFunction();
  return -1;
}
Exemple #14
0
int
acquireFileLock (int file, int exclusive) {
  logUnsupportedFunction();
  return 0;
}
Exemple #15
0
ssize_t
bthWriteData (BluetoothConnection *connection, const void *buffer, size_t size) {
  logUnsupportedFunction();
  return -1;
}
Exemple #16
0
int
usbResetDevice (UsbDevice *device) {
  logUnsupportedFunction();
  return 0;
}
Exemple #17
0
int
usbDisableAutosuspend (UsbDevice *device) {
  logUnsupportedFunction();
  return 0;
}
Exemple #18
0
int
attemptFileLock (int file, int exclusive) {
  logUnsupportedFunction();
  return 0;
}
Exemple #19
0
int
usbReadDeviceDescriptor (UsbDevice *device) {
  logUnsupportedFunction();
  return 0;
}
Exemple #20
0
int
releaseFileLock (int file) {
  logUnsupportedFunction();
  return 0;
}
Exemple #21
0
BluetoothConnectionExtension *
bthNewConnectionExtension (uint64_t bda) {
  logUnsupportedFunction();
  return NULL;
}
Exemple #22
0
int
bthOpenChannel (BluetoothConnectionExtension *bcx, uint8_t channel, int timeout) {
  logUnsupportedFunction();
  return 0;
}
Exemple #23
0
BluetoothConnectionExtension *
bthConnect (uint64_t bda, uint8_t channel, int discover, int timeout) {
  logUnsupportedFunction();
  return NULL;
}
Exemple #24
0
int
bthPollInput (BluetoothConnectionExtension *bcx, int timeout) {
  logUnsupportedFunction();
  return 0;
}
Exemple #25
0
FILE *
openMountsTable (int update) {
  logUnsupportedFunction();
  return NULL;
}
Exemple #26
0
int
bthAwaitInput (BluetoothConnection *connection, int milliseconds) {
  logUnsupportedFunction();
  return 0;
}