libogc icon indicating copy to clipboard operation
libogc copied to clipboard

Make BTE API more generic

Open Zarithya opened this issue 1 month ago • 0 comments

This PR moves code specific to Wiimotes fully into WPAD and adds the functions BTE_InquiryEx and BTE_PeriodicInquiryEx, which allow the user to specify a LAP they wish to use. This will allow other code to use the Bluetooth adapter for things which aren't Wiimotes more easily (should hopefully address #230 ).

Also I found a bug with one of my third party Wiimotes causing a null pointer deref so that's fixed here too.

Zarithya avatar Nov 30 '25 07:11 Zarithya