Zephyr Project API 4.2.99
A Scalable Open Source RTOS
|
Header file for the Bluetooth log backend API. More...
#include <stdbool.h>
Go to the source code of this file.
Macros | |
#define | LOGGER_BACKEND_BLE_ADV_UUID_DATA |
Raw adv UUID data to add the Bluetooth backend for the use with apps such as the NRF Toolbox. | |
Typedefs | |
typedef void(* | logger_backend_ble_hook) (bool backend_status, void *ctx) |
Hook for application to know when the Bluetooth backend is enabled or disabled. | |
Functions | |
void | logger_backend_ble_set_hook (logger_backend_ble_hook hook, void *ctx) |
Allows application to add a hook for the status of the Bluetooth logger backend. | |
Header file for the Bluetooth log backend API.