Zephyr API Documentation 4.0.0-rc2
A Scalable Open Source RTOS
|
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 | |
Internal testing interfaces for Bluetooth.
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.
CONFIG_BT_TESTING.