mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-29 12:32:54 +00:00
auto-pts: fix characteristic serialization
This commit is contained in:
parent
1774b503d6
commit
ea4b5aab54
@ -483,6 +483,7 @@ static void gatt_client_packet_handler(uint8_t packet_type, uint16_t channel, ui
|
||||
btp_append_uint16(characteristic.start_handle);
|
||||
btp_append_uint16(characteristic.value_handle);
|
||||
btp_append_uint8(characteristic.properties);
|
||||
btp_append_uuid(characteristic.uuid16, characteristic.uuid128);
|
||||
response_buffer[0]++;
|
||||
break;
|
||||
case GATT_EVENT_ALL_CHARACTERISTIC_DESCRIPTORS_QUERY_RESULT:
|
||||
|
Loading…
x
Reference in New Issue
Block a user