diff --git a/bluetooth/aidl/default/service.cpp b/bluetooth/aidl/default/service.cpp index 9af2a08727..ef4b884fc0 100644 --- a/bluetooth/aidl/default/service.cpp +++ b/bluetooth/aidl/default/service.cpp @@ -30,7 +30,7 @@ using ::android::hardware::joinRpcThreadpool; int main(int /* argc */, char** /* argv */) { ALOGI("Bluetooth HAL starting"); - if (!ABinderProcess_setThreadPoolMaxThreadCount(1)) { + if (!ABinderProcess_setThreadPoolMaxThreadCount(0)) { ALOGI("failed to set thread pool max thread count"); return 1; }