Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of BLE_WallbotBLE_Challenge by
dm_application_param_t Struct Reference
[Device Manager Data Types]
Application Registration Parameters. More...
#include <device_manager.h>
Data Fields | |
dm_event_cb_t | evt_handler |
Event Handler to be registered. | |
uint8_t | service_type |
Bit mask identifying services that the application intends to support for all peers. | |
ble_gap_sec_params_t | sec_param |
Security parameters to be used for the application. |
Detailed Description
Application Registration Parameters.
Parameters needed by the module when registering with it.
Definition at line 355 of file device_manager.h.
Field Documentation
Event Handler to be registered.
It will receive asynchronous notification from the module, see Device Manager Events for asynchronous events.
Definition at line 357 of file device_manager.h.
Security parameters to be used for the application.
Definition at line 359 of file device_manager.h.
uint8_t service_type |
Bit mask identifying services that the application intends to support for all peers.
Definition at line 358 of file device_manager.h.
Generated on Tue Jul 12 2022 13:52:34 by
