mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-27 23:37:25 +00:00
test/gatt-service: add test to device_information_service_client
This commit is contained in:
parent
b7cc2959ca
commit
f0ffc42b69
@ -248,6 +248,9 @@ TEST(DEVICE_INFORMATION_SERVICE_CLIENT, double_query){
|
||||
|
||||
status = device_information_service_client_query(con_handle, &gatt_client_event_handler);
|
||||
CHECK_EQUAL(ERROR_CODE_COMMAND_DISALLOWED, status);
|
||||
|
||||
status = device_information_service_client_query(HCI_CON_HANDLE_INVALID, &gatt_client_event_handler);
|
||||
CHECK_EQUAL(ERROR_CODE_COMMAND_DISALLOWED, status);
|
||||
}
|
||||
|
||||
TEST(DEVICE_INFORMATION_SERVICE_CLIENT, query_no_service){
|
||||
|
Loading…
x
Reference in New Issue
Block a user