We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cff4e76 commit c3237e2Copy full SHA for c3237e2
include/bm/bluetooth/ble_db_discovery.h
@@ -23,7 +23,6 @@
23
* @brief Macro for defining a ble_db_discovery instance.
24
*
25
* @param _name Name of the instance.
26
- * @hideinitializer
27
*/
28
#define BLE_DB_DISCOVERY_DEF(_name) \
29
static struct ble_db_discovery _name = {.discovery_in_progress = 0, \
0 commit comments