hfp: fix test

This commit is contained in:
Matthias Ringwald 2017-01-30 16:30:12 +01:00
parent 400b7c04a0
commit 0657d3c47f

View File

@ -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){
}