SDL_hid_ble_scan - Start or stop a BLE scan on iOS and tvOS to pair Steam Controllers.
Contents
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);
