mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-02 16:20:31 +00:00
mesh: fix regression from 9115a3f5
This commit is contained in:
parent
d3f5f493d1
commit
1380be7766
@ -107,6 +107,7 @@ static void mesh_proxy_node_id_handle_get_aes128(void * arg){
|
|||||||
memcpy(connectable_advertisement_with_node_id.adv_data, adv_data_with_node_identity_template, 12);
|
memcpy(connectable_advertisement_with_node_id.adv_data, adv_data_with_node_identity_template, 12);
|
||||||
memcpy(&connectable_advertisement_with_node_id.adv_data[12], &mesh_proxy_node_id_hash[8], 8);
|
memcpy(&connectable_advertisement_with_node_id.adv_data[12], &mesh_proxy_node_id_hash[8], 8);
|
||||||
memcpy(&connectable_advertisement_with_node_id.adv_data[20], mesh_proxy_node_id_random_value, 8);
|
memcpy(&connectable_advertisement_with_node_id.adv_data[20], mesh_proxy_node_id_random_value, 8);
|
||||||
|
connectable_advertisement_with_node_id.adv_length = 28;
|
||||||
|
|
||||||
// setup advertisements
|
// setup advertisements
|
||||||
adv_bearer_advertisements_add_item(&connectable_advertisement_with_node_id);
|
adv_bearer_advertisements_add_item(&connectable_advertisement_with_node_id);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user