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();