diff options
Diffstat (limited to 'include/rfcomm.h')
| -rw-r--r-- | include/rfcomm.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rfcomm.h b/include/rfcomm.h index 408874f8..e013a046 100644 --- a/include/rfcomm.h +++ b/include/rfcomm.h @@ -37,7 +37,7 @@ extern "C" {  #define RFCOMM_PSM 3  #define RFCOMM_CONN_TIMEOUT (HZ * 30) -#define RFCOMM_DISC_TIMEOUT (HZ * 5) +#define RFCOMM_DISC_TIMEOUT (HZ * 20)  /* RFCOMM socket address */  struct sockaddr_rc {  | 
