mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-27 06:35:20 +00:00
device_information_client: fix emit_string_event
This commit is contained in:
parent
c5b041aa98
commit
ff666f0b82
@ -194,7 +194,7 @@ static void device_information_service_emit_string_value(device_information_serv
|
||||
pos += bytes_to_copy;
|
||||
event[pos++] = 0;
|
||||
|
||||
event[2] = pos - 2;
|
||||
event[1] = pos - 2;
|
||||
(*client->client_handler)(HCI_EVENT_PACKET, 0, event, pos);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user