Zephyr Project API 3.7.0
A Scalable Open Source RTOS
|
Internal API for Bluetooth testing. More...
#include <stdint.h>
Go to the source code of this file.
Data Structures | |
struct | bt_test_cb |
Bluetooth Testing callbacks structure. More... | |
Functions | |
int | bt_test_cb_register (struct bt_test_cb *cb) |
Register callbacks for Bluetooth testing purposes. | |
void | bt_test_cb_unregister (struct bt_test_cb *cb) |
Unregister callbacks for Bluetooth testing purposes. | |
int | bt_test_mesh_lpn_group_add (uint16_t group) |
Send Friend Subscription List Add message. | |
int | bt_test_mesh_lpn_group_remove (uint16_t *groups, size_t groups_count) |
Send Friend Subscription List Remove message. | |
int | bt_test_mesh_rpl_clear (void) |
Clear replay protection list cache. | |
Internal API for Bluetooth testing.