mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-24 04:43:36 +00:00
hfp: fix test
This commit is contained in:
parent
400b7c04a0
commit
0657d3c47f
@ -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){
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user