mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-05 12:25:03 +02:00
component/bt: Fix bug while writing slave's service change characteristic
- Fix slave initiate service discovery procedure - Fix master re-discovery every time connection established - Optimize service discovery char ccc write procedure - Optimize esp_log_buffer function - Modify default supervision timeout from 20s to 2s
This commit is contained in:
@@ -179,7 +179,7 @@ typedef UINT8 tBTM_BLE_SFP;
|
||||
|
||||
/* default supervision timeout */
|
||||
#ifndef BTM_BLE_CONN_TIMEOUT_DEF
|
||||
#define BTM_BLE_CONN_TIMEOUT_DEF 2000
|
||||
#define BTM_BLE_CONN_TIMEOUT_DEF 600
|
||||
#endif
|
||||
|
||||
/* minimum acceptable connection interval */
|
||||
|
||||
Reference in New Issue
Block a user