mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-29 13:20:39 +00:00
fix l2cap_le_create_connection_parameter_update_response
This commit is contained in:
parent
bc269d0df1
commit
3b41f3ae1f
@ -190,7 +190,7 @@ uint16_t l2cap_le_create_connection_parameter_update_response(uint8_t * acl_buff
|
||||
// 6 - L2CAP LE Signaling channel = 5
|
||||
bt_store_16(acl_buffer, 6, 5);
|
||||
// 8 - Code
|
||||
acl_buffer[8] = CONNECTION_PARAMETER_UPDATE_REQUEST;
|
||||
acl_buffer[8] = CONNECTION_PARAMETER_UPDATE_RESPONSE;
|
||||
// 9 - id (!= 0 sequentially)
|
||||
acl_buffer[9] = 1;
|
||||
uint16_t pos = 12;
|
||||
|
Loading…
x
Reference in New Issue
Block a user