mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-04 02:50:58 +02:00
component bt: 1.modified the btu buffer size from 15 to 60;
2.change the smp method
This commit is contained in:
@@ -192,7 +192,7 @@ void l2c_rcv_acl_data (BT_HDR *p_msg)
|
||||
/* only process fixed channel data as channel open indication when link is not in disconnecting mode */
|
||||
l2cble_notify_le_connection(p_lcb->remote_bd_addr);
|
||||
#endif
|
||||
|
||||
L2CAP_TRACE_WARNING ("L2CAP - rcv_cid CID: 0x%04x\n", rcv_cid);
|
||||
/* Find the CCB for this CID */
|
||||
if (rcv_cid >= L2CAP_BASE_APPL_CID)
|
||||
{
|
||||
|
Reference in New Issue
Block a user