From 9b7f55be894ce5e4059b715c79caa9b769250713 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Thu, 12 Feb 2026 15:49:49 -0800 Subject: [PATCH] Make sure we report ID_TRITON_CONTROLLER_STATE_BLE on iOS --- src/hidapi/ios/hid.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hidapi/ios/hid.m b/src/hidapi/ios/hid.m index e1171ff92f..b39fe10113 100644 --- a/src/hidapi/ios/hid.m +++ b/src/hidapi/ios/hid.m @@ -589,7 +589,7 @@ static void process_pending_events(void) *dst = 0x03; break; case TRITON_BLE_PID: - *dst = 0x42; + *dst = 0x45; break; default: abort();