mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-26 21:35:16 +00:00
mesh: add missing functions
This commit is contained in:
parent
56305cc23c
commit
9d29a5e252
@ -39,6 +39,7 @@
|
||||
#define __MESH_H
|
||||
|
||||
#include "btstack_defines.h"
|
||||
#include "mesh/provisioning.h"
|
||||
|
||||
#if defined __cplusplus
|
||||
extern "C" {
|
||||
@ -55,6 +56,10 @@ void mesh_init(void);
|
||||
*/
|
||||
void mesh_register_provisioning_device_packet_handler(btstack_packet_handler_t packet_handler);
|
||||
|
||||
// temp
|
||||
void mesh_access_setup_from_provisioning_data(const mesh_provisioning_data_t * provisioning_data);
|
||||
void mesh_access_setup_without_provisiong_data(void);
|
||||
|
||||
#if defined __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
@ -50,6 +50,7 @@
|
||||
|
||||
#include "mesh/beacon.h"
|
||||
#include "mesh/gatt_bearer.h"
|
||||
#include "mesh/mesh.h"
|
||||
#include "mesh/mesh_access.h"
|
||||
#include "mesh/mesh_crypto.h"
|
||||
#include "mesh/mesh_foundation.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user