mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-03 20:54:18 +00:00
Merge branch 'master' of https://github.com/bluekitchen/btstack
This commit is contained in:
commit
fa977b4987
@ -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