mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-01 04:20:33 +00:00
mesh: send model publications via mesh_access_send_unacknowledged
This commit is contained in:
parent
e6a669a7e6
commit
ffab186194
@ -1001,7 +1001,7 @@ static void mesh_model_publication_publish_now_model(mesh_model_t * mesh_model){
|
|||||||
}
|
}
|
||||||
|
|
||||||
mesh_upper_transport_setup_access_pdu_header(pdu, app_key->netkey_index, appkey_index, ttl, mesh_access_get_element_address(mesh_model), dest, 0);
|
mesh_upper_transport_setup_access_pdu_header(pdu, app_key->netkey_index, appkey_index, ttl, mesh_access_get_element_address(mesh_model), dest, 0);
|
||||||
mesh_upper_transport_send_access_pdu(pdu);
|
mesh_access_send_unacknowledged_pdu(pdu);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void mesh_model_publication_run(btstack_timer_source_t * ts){
|
static void mesh_model_publication_run(btstack_timer_source_t * ts){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user