mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-07 09:55:45 +00:00
test/avdtp_util: fix compile
This commit is contained in:
parent
03853e67a2
commit
caeddef656
@ -61,7 +61,12 @@ extern "C" uint16_t l2cap_get_remote_mtu_for_local_cid(uint16_t local_cid){
|
||||
return 1024;
|
||||
}
|
||||
extern "C" void avdtp_emit_sink_and_source(uint8_t * packet, uint16_t size){}
|
||||
extern "C" void avdtp_emit_source(uint8_t * packet, uint16_t size){}
|
||||
extern "C" void l2cap_request_can_send_now_event(uint16_t local_cid){}
|
||||
extern "C" btstack_packet_handler_t avdtp_packet_handler_for_stream_endpoint(const avdtp_stream_endpoint_t * stream_endpoint){
|
||||
UNUSED(stream_endpoint);
|
||||
return NULL;
|
||||
}
|
||||
// mock end
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user