mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-26 02:37:41 +00:00
fix typo
This commit is contained in:
parent
eb37a75f1d
commit
8fb59d68a7
@ -126,7 +126,7 @@ static void att_event_packet_handler (uint8_t packet_type, uint16_t channel, uin
|
||||
bt_flip_addr(att_client_address, &packet[8]);
|
||||
// reset connection properties
|
||||
att_connection.con_handle = READ_BT_16(packet, 4);
|
||||
att_connectino.mtu = ATT_DEFAULT_MTU;
|
||||
att_connection.mtu = ATT_DEFAULT_MTU;
|
||||
att_connection.max_mtu = l2cap_max_le_mtu();
|
||||
att_connection.encryption_key_size = 0;
|
||||
att_connection.authenticated = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user