mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-25 17:52:36 +00:00
component/bt: fix adv stop event bug and add attribute table create
error - Fix bug that advertising stop event produced while calling start_adv function - Modify gatt server adv data and scan rsp data raw setting - add create attribute table error msg - Delete redundant printf in previous commits
This commit is contained in:
@@ -767,7 +767,7 @@ void l2c_link_processs_ble_num_bufs (UINT16 num_lm_ble_bufs)
|
||||
num_lm_ble_bufs = L2C_DEF_NUM_BLE_BUF_SHARED;
|
||||
l2cb.num_lm_acl_bufs -= L2C_DEF_NUM_BLE_BUF_SHARED;
|
||||
}
|
||||
L2CAP_TRACE_ERROR("#####################################num_lm_ble_bufs = %d",num_lm_ble_bufs);
|
||||
L2CAP_TRACE_DEBUG("#####################################num_lm_ble_bufs = %d",num_lm_ble_bufs);
|
||||
l2cb.num_lm_ble_bufs = l2cb.controller_le_xmit_window = num_lm_ble_bufs;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user