Function SDL_hid_ble_scan

pub unsafe extern "C" fn SDL_hid_ble_scan(active: bool)
Available on crate feature dep_sdl3 only.
Expand description

Start or stop a BLE scan on iOS and tvOS to pair Steam Controllers.

§Parameters

  • active: true to start the scan, false to stop the scan.

§Availability

This function is available since SDL 3.2.0.