|
Zephyr API Documentation 4.4.99
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. | |
| void | bt_testing_trace_ext_adv_reassembly_timeout (void) |
| Trace when extended advertising report reassembly timed out. | |
| void | bt_testing_trace_ext_adv_reassembly_complete (void) |
| Trace when a fragmented extended advertising report is delivered. | |
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. | void bt_testing_trace_ext_adv_reassembly_complete | ( | void | ) |
Trace when a fragmented extended advertising report is delivered.
Weak-function interface called when a fragmented extended advertising report chain has been fully reassembled and delivered to the application.
CONFIG_BT_TESTING. | void bt_testing_trace_ext_adv_reassembly_timeout | ( | void | ) |
Trace when extended advertising report reassembly timed out.
Weak-function interface called when the host reassembly timer expires for a fragmented extended advertising report chain.
CONFIG_BT_TESTING.