From 0657d3c47f6305a00f9215980628e48e78c42d99 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Mon, 30 Jan 2017 16:30:12 +0100 Subject: [PATCH] hfp: fix test --- test/hfp/mock.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/hfp/mock.c b/test/hfp/mock.c index bb61191a1..0ccaf7d85 100644 --- a/test/hfp/mock.c +++ b/test/hfp/mock.c @@ -303,6 +303,10 @@ void rfcomm_accept_connection(uint16_t rfcomm_cid){ // printf("rfcomm_accept_connection \n"); } +void rfcomm_decline_connection(uint16_t rfcomm_cid){ + // printf("rfcomm_accept_connection \n"); +} + void btstack_run_loop_add_timer(btstack_timer_source_t *timer){ }