logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Availability

       This function is available since SDL 3.2.0.

Simple Directmedia Layer                           SDL 3.2.10                                SDL_hid_ble_scan(3)

Function Parameters

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

Header File

       Defined in SDL3/SDL_hidapi.h

Name

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

Synopsis

#include"SDL3/SDL.h"voidSDL_hid_ble_scan(boolactive);

See Also