mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-26 03:35:20 +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;
|
||||
descriptor.handle = handle;
|
||||
descriptor.uuid16 = peripheral->uuid16;
|
||||
memcpy(descriptor.uuid128, peripheral->uuid128, 16);
|
||||
event.value_offset = value_offset;
|
||||
if (peripheral->uuid128){
|
||||
memcpy(descriptor.uuid128, peripheral->uuid128, 16);
|
||||
}
|
||||
|
||||
event.value = value;
|
||||
event.value_length = value_length;
|
||||
|
Loading…
x
Reference in New Issue
Block a user