mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-24 06:02:43 +00:00
a2dp: remove l2cap register service from init
This commit is contained in:
parent
49307b6323
commit
fbc78aa395
@ -157,7 +157,6 @@ void a2dp_sink_register_media_handler(void (*callback)(uint8_t local_seid, uint8
|
|||||||
|
|
||||||
void a2dp_sink_init(void){
|
void a2dp_sink_init(void){
|
||||||
avdtp_sink_init(&a2dp_sink_context);
|
avdtp_sink_init(&a2dp_sink_context);
|
||||||
l2cap_register_service(&packet_handler, BLUETOOTH_PROTOCOL_AVDTP, 0xffff, LEVEL_0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
uint8_t a2dp_sink_create_stream_endpoint(avdtp_media_type_t media_type, avdtp_media_codec_type_t media_codec_type,
|
uint8_t a2dp_sink_create_stream_endpoint(avdtp_media_type_t media_type, avdtp_media_codec_type_t media_codec_type,
|
||||||
|
@ -442,7 +442,6 @@ void a2dp_source_register_packet_handler(btstack_packet_handler_t callback){
|
|||||||
|
|
||||||
void a2dp_source_init(void){
|
void a2dp_source_init(void){
|
||||||
avdtp_source_init(&a2dp_source_context);
|
avdtp_source_init(&a2dp_source_context);
|
||||||
l2cap_register_service(&packet_handler, BLUETOOTH_PROTOCOL_AVDTP, 0xffff, LEVEL_0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
avdtp_stream_endpoint_t * a2dp_source_create_stream_endpoint(avdtp_media_type_t media_type, avdtp_media_codec_type_t media_codec_type,
|
avdtp_stream_endpoint_t * a2dp_source_create_stream_endpoint(avdtp_media_type_t media_type, avdtp_media_codec_type_t media_codec_type,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user