mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-06 12:39:51 +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.start_handle);
|
||||||
btp_append_uint16(characteristic.value_handle);
|
btp_append_uint16(characteristic.value_handle);
|
||||||
btp_append_uint8(characteristic.properties);
|
btp_append_uint8(characteristic.properties);
|
||||||
|
btp_append_uuid(characteristic.uuid16, characteristic.uuid128);
|
||||||
response_buffer[0]++;
|
response_buffer[0]++;
|
||||||
break;
|
break;
|
||||||
case GATT_EVENT_ALL_CHARACTERISTIC_DESCRIPTORS_QUERY_RESULT:
|
case GATT_EVENT_ALL_CHARACTERISTIC_DESCRIPTORS_QUERY_RESULT:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user