Home
last modified time | relevance | path

Searched refs:IsBluetoothXboxOneController (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/SDL2/src/joystick/hidapi/
A DSDL_hidapi_xboxone.c154 IsBluetoothXboxOneController(Uint16 vendor_id, Uint16 product_id) in IsBluetoothXboxOneController() function
273 if (!IsBluetoothXboxOneController(vendor_id, product_id)) { in HIDAPI_DriverXboxOne_IsSupportedDevice()
324 ctx->bluetooth = IsBluetoothXboxOneController(device->vendor_id, device->product_id); in HIDAPI_DriverXboxOne_OpenJoystick()
A DSDL_hidapi_xbox360.c579 IsBluetoothXboxOneController(Uint16 vendor_id, Uint16 product_id) in IsBluetoothXboxOneController() function
623 if (IsBluetoothXboxOneController(vendor_id, product_id)) { in HIDAPI_DriverXbox360_IsSupportedDevice()
762 if (IsBluetoothXboxOneController(device->vendor_id, device->product_id)) { in HIDAPI_DriverXbox360_RumbleJoystick()

Completed in 10 milliseconds