11#ifndef ZEPHYR_INCLUDE_BLUETOOTH_TESTING_H_ 
   12#define ZEPHYR_INCLUDE_BLUETOOTH_TESTING_H_ 
   14#if defined(CONFIG_BT_MESH) 
   35#if defined(CONFIG_BT_MESH) 
   37                              const void *payload, 
size_t payload_len);
 
   43        void (*mesh_trans_incomp_timer_exp)(
void);
 
void
Definition: eswifi_shell.c:15
 
int bt_test_mesh_rpl_clear(void)
 
void bt_test_cb_unregister(struct bt_test_cb *cb)
 
int bt_test_mesh_lpn_group_remove(uint16_t *groups, size_t groups_count)
 
int bt_test_mesh_lpn_group_add(uint16_t group)
 
void bt_test_cb_register(struct bt_test_cb *cb)
 
Bluetooth mesh Profile APIs.
 
struct _snode sys_snode_t
Definition: slist.h:33
 
__UINT8_TYPE__ uint8_t
Definition: stdint.h:58
 
__UINT16_TYPE__ uint16_t
Definition: stdint.h:59
 
uint16_t groups[CONFIG_BT_MESH_MODEL_GROUP_COUNT]
Definition: access.h:503
 
const struct bt_mesh_model_cb *const cb
Definition: access.h:509
 
Bluetooth Testing callbacks structure.
Definition: testing.h:34
 
sys_snode_t node
Definition: testing.h:46