| 61 | } |
| 62 | |
| 63 | void offer() { |
| 64 | app_->offer_service(SAMPLE_SERVICE_ID, SAMPLE_INSTANCE_ID); |
| 65 | app_->offer_service(SAMPLE_SERVICE_ID + 1, SAMPLE_INSTANCE_ID); |
| 66 | } |
| 67 | |
| 68 | void stop_offer() { |
| 69 | app_->stop_offer_service(SAMPLE_SERVICE_ID, SAMPLE_INSTANCE_ID); |
nothing calls this directly
no test coverage detected