From c48a94d4a8c4415af36060f7d5fa782453c9efc8 Mon Sep 17 00:00:00 2001 From: baohongde Date: Tue, 18 Feb 2020 11:07:16 +0800 Subject: [PATCH] components/mesh: Fix some bugs about mesh fix send acl pkt after ble have sent terminate ind modify min adv interval to 10ms --- .../bt/host/bluedroid/stack/include/stack/btm_ble_api.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/bt/host/bluedroid/stack/include/stack/btm_ble_api.h b/components/bt/host/bluedroid/stack/include/stack/btm_ble_api.h index 2ac01ea2eb..75d156c730 100644 --- a/components/bt/host/bluedroid/stack/include/stack/btm_ble_api.h +++ b/components/bt/host/bluedroid/stack/include/stack/btm_ble_api.h @@ -105,7 +105,7 @@ typedef UINT8 tBTM_BLE_SFP; #endif /* adv parameter boundary values */ -#define BTM_BLE_ADV_INT_MIN 0x0020 +#define BTM_BLE_ADV_INT_MIN 0x0010 #define BTM_BLE_ADV_INT_MAX 0x4000 /* Full scan boundary values */ @@ -2104,8 +2104,8 @@ tBTM_STATUS BTM_UpdateBleDuplicateExceptionalList(uint8_t subcode, uint32_t type ** ** Function BTM_GetCurrentConnParams ** -** Description This function is called to read the current connection parameters -** of the device +** Description This function is called to read the current connection parameters +** of the device ** ** Returns TRUE or FALSE **