mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-25 06:40:10 +00:00
mesh: don't init lower transport in upper transport
This commit is contained in:
parent
77321fed34
commit
a6f8b02412
@ -891,7 +891,6 @@ void mesh_upper_transport_set_higher_layer_handler(void (*pdu_handler)( mesh_tra
|
|||||||
}
|
}
|
||||||
|
|
||||||
void mesh_upper_transport_init(){
|
void mesh_upper_transport_init(){
|
||||||
mesh_lower_transport_init();
|
|
||||||
mesh_lower_transport_set_higher_layer_handler(&mesh_upper_transport_pdu_handler);
|
mesh_lower_transport_set_higher_layer_handler(&mesh_upper_transport_pdu_handler);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user