Zephyr API Documentation 4.0.0-rc2
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
testing.h File Reference

Internal testing interfaces for Bluetooth. More...

#include <zephyr/net_buf.h>

Go to the source code of this file.

Functions

void bt_testing_trace_event_acl_pool_destroy (struct net_buf *buf)
 Hook for acl_in_pool.destroy
 

Detailed Description

Internal testing interfaces for Bluetooth.

Function Documentation

◆ bt_testing_trace_event_acl_pool_destroy()

void bt_testing_trace_event_acl_pool_destroy ( struct net_buf * buf)

Hook for acl_in_pool.destroy

Weak-function interface. The user can simply define this function, and it will automatically become the event listener.

Attention
Available only when the following Kconfig option is enabled:
CONFIG_BT_TESTING 
.