fix(ble/bluedroid): Fixed bt buuld error
fix(ble/bluedroid): disable power management if bt is disabled (cherry picked from commit 6f27074c1ee4486cedf8adeb1a57e67b9cb6a525) Co-authored-by: zhiweijian <zhiweijian@espressif.com>
This commit is contained in:
@@ -183,8 +183,9 @@ static void reset_complete(void)
|
||||
#endif // #if (GATT_BG_CONN_DEV == TRUE)
|
||||
|
||||
#endif
|
||||
|
||||
#if (CLASSIC_BT_INCLUDED == TRUE)
|
||||
btm_pm_reset();
|
||||
#endif // #if (CLASSIC_BT_INCLUDED == TRUE)
|
||||
|
||||
l2c_link_processs_num_bufs(controller->get_acl_buffer_count_classic());
|
||||
#if BTM_SCO_HCI_INCLUDED == TRUE
|
||||
|
||||
Reference in New Issue
Block a user