mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-14 10:21:49 +00:00
test/gatt_client: fix gatt_client_read_long_characteristic_descriptor_using_descriptor_handle_with_offset
This commit is contained in:
parent
ef09b0beb1
commit
472021f279
@ -1089,6 +1089,12 @@ TEST(GATTClient, gatt_client_read_long_characteristic_descriptor_using_descripto
|
||||
CHECK_EQUAL(1, gatt_query_complete);
|
||||
CHECK_EQUAL(1, result_counter);
|
||||
|
||||
reset_query_state();
|
||||
status = gatt_client_discover_characteristics_for_service(handle_ble_client_event, gatt_client_handle, &services[0]);
|
||||
CHECK_EQUAL(0, status);
|
||||
CHECK_EQUAL(1, gatt_query_complete);
|
||||
verify_charasteristics();
|
||||
|
||||
reset_query_state();
|
||||
status = gatt_client_discover_characteristic_descriptors(handle_ble_client_event, gatt_client_handle, &characteristics[0]);
|
||||
CHECK_EQUAL(0, status);
|
||||
|
Loading…
x
Reference in New Issue
Block a user