|
SmartSnippets DA1459x SDK
|
Go to the documentation of this file.
58 #define DLGDEBUG_HANDLER(CAT, CMD, CB, UD) \
const char * cat
Definition: dlg_debug.h:82
void dlgdebug_register_handler(ble_service_t *svc, const char *cat, const char *cmd, dlgdebug_call_cb_t cb, void *ud)
Register handler.
void dlgdebug_register_handlers(ble_service_t *svc, size_t len, const dlgdebug_handler_t *handlers)
Register handlers.
dlgdebug_call_cb_t cb
Definition: dlg_debug.h:86
Services handling routines API.
Definition: dlg_debug.h:80
void dlgdebug_notify_str(ble_service_t *svc, uint16_t conn_idx, const char *fmt,...)
Notification strings.
void * ud
Definition: dlg_debug.h:88
void(* dlgdebug_call_cb_t)(uint16_t conn_idx, int argc, char **argv, void *ud)
Command handler callback.
Definition: dlg_debug.h:75
ble_service_t * dlgdebug_init(const ble_service_config_t *cfg)
Register DLG debug instance.
const char * cmd
Definition: dlg_debug.h:84
Definition: ble_service.h:150
Definition: ble_service.h:132