11#ifndef ZEPHYR_INCLUDE_BLUETOOTH_TESTING_H_ 
   12#define ZEPHYR_INCLUDE_BLUETOOTH_TESTING_H_ 
   16#if defined(CONFIG_BT_MESH) 
   37#if defined(CONFIG_BT_MESH) 
   39                              const void *payload, 
size_t payload_len);
 
   46        void (*mesh_prov_invalid_bearer)(
uint8_t opcode);
 
   47        void (*mesh_trans_incomp_timer_exp)(void);
 
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:88
 
__UINT16_TYPE__ uint16_t
Definition: stdint.h:89
 
uint16_t *const groups
Definition: access.h:744
 
const struct bt_mesh_model_cb *const cb
Definition: access.h:751
 
Bluetooth Testing callbacks structure.
Definition: testing.h:36
 
sys_snode_t node
Definition: testing.h:50