diff options
Diffstat (limited to 'bta/include')
-rw-r--r-- | bta/include/bta_jv_api.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bta/include/bta_jv_api.h b/bta/include/bta_jv_api.h index 73a9164..7533a61 100644 --- a/bta/include/bta_jv_api.h +++ b/bta/include/bta_jv_api.h @@ -58,7 +58,7 @@ typedef UINT8 tBTA_JV_STATUS; /* */ #ifndef BTA_JV_MAX_RFC_SR_SESSION -#define BTA_JV_MAX_RFC_SR_SESSION 3 +#define BTA_JV_MAX_RFC_SR_SESSION MAX_BD_CONNECTIONS #endif /* BTA_JV_MAX_RFC_SR_SESSION can not be bigger than MAX_BD_CONNECTIONS */ |