mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-14 10:21:49 +00:00
gatt_client: add gatt_client_read_multiple_variable_characteristic_values
This commit is contained in:
parent
f7a42e72a0
commit
169b98766d
@ -1915,7 +1915,7 @@ static void gatt_client_handle_att_response(gatt_client_t * gatt_client, uint8_t
|
||||
#ifdef ENABLE_GATT_OVER_EATT
|
||||
case ATT_READ_MULTIPLE_VARIABLE_RSP:
|
||||
switch (gatt_client->gatt_client_state) {
|
||||
case P_W4_READ_MULTIPLE_RESPONSE:
|
||||
case P_W4_READ_MULTIPLE_VARIABLE_RESPONSE:
|
||||
report_gatt_characteristic_value(gatt_client, 0u, &packet[1], size - 1u);
|
||||
gatt_client_handle_transaction_complete(gatt_client, ATT_ERROR_SUCCESS);
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user