mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-28 00:35:42 +00:00
remove useless test
This commit is contained in:
parent
3aa6b87972
commit
6508a68d38
@ -604,10 +604,8 @@ static void report_gatt_characteristic_descriptor(gatt_client_t * peripheral, ui
|
|||||||
le_characteristic_descriptor_t descriptor;
|
le_characteristic_descriptor_t descriptor;
|
||||||
descriptor.handle = handle;
|
descriptor.handle = handle;
|
||||||
descriptor.uuid16 = peripheral->uuid16;
|
descriptor.uuid16 = peripheral->uuid16;
|
||||||
event.value_offset = value_offset;
|
|
||||||
if (peripheral->uuid128){
|
|
||||||
memcpy(descriptor.uuid128, peripheral->uuid128, 16);
|
memcpy(descriptor.uuid128, peripheral->uuid128, 16);
|
||||||
}
|
event.value_offset = value_offset;
|
||||||
|
|
||||||
event.value = value;
|
event.value = value;
|
||||||
event.value_length = value_length;
|
event.value_length = value_length;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user