ipq5018: increase bt wait timeout

Signed-off-by: Rajkumar Ayyasamy <arajkuma@codeaurora.org>
Change-Id: I0255e7814d13b6cbe46ba6b167a9930e9c6f61e5
This commit is contained in:
Rajkumar Ayyasamy 2020-12-18 20:25:45 +05:30 committed by Gerrit - the friendly Code Review server
parent ac3c252cf1
commit e0b48e556a

View file

@ -640,7 +640,7 @@ typedef enum {
BT_WAIT_FOR_STOP = 2, BT_WAIT_FOR_STOP = 2,
} bt_wait; } bt_wait;
#define BT_TIMEOUT_US 50000 #define BT_TIMEOUT_US 500000
int bt_init(void); int bt_init(void);
#endif #endif