How to address a node in ESP BLE Mesh
Posted: Mon Nov 18, 2024 8:58 am
This is a basic question - but somehow the answer does not seem to be easily found in documentation.
How do we address nodes in ESP BLE Mesh? example_msg_common_info_t and esp_ble_mesh_msg_ctx_t expect that they are given uint16_t. But the addresses used in IDF have lengths of 6 == BLE_MESH_ADDR_LEN.
So is there some way that these two formats are converted?
How do we address nodes in ESP BLE Mesh? example_msg_common_info_t and esp_ble_mesh_msg_ctx_t expect that they are given uint16_t. But the addresses used in IDF have lengths of 6 == BLE_MESH_ADDR_LEN.
So is there some way that these two formats are converted?