Home
last modified time | relevance | path

Searched refs:moc_att_error_code_discover_services (Results 1 – 1 of 1) sorted by relevance

/btstack/test/mock/
H A Dmock_gatt_client.c39 static uint8_t moc_att_error_code_discover_services; variable
493 if (moc_att_error_code_discover_services != ATT_ERROR_SUCCESS){ in mock_gatt_client_run_once()
494 mock_gatt_client_emit_complete(moc_att_error_code_discover_services); in mock_gatt_client_run_once()
606 moc_att_error_code_discover_services = ATT_ERROR_SUCCESS; in mock_gatt_client_reset_errors()
646 moc_att_error_code_discover_services = ATT_ERROR_REQUEST_NOT_SUPPORTED; in mock_gatt_client_set_att_error_discover_primary_services()