mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-13 17:43:27 +00:00
feat(ble): add dtm configuration command in hci example
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
* SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
|
||||
*
|
||||
* SPDX-License-Identifier: Unlicense OR CC0-1.0
|
||||
*/
|
||||
#ifndef __DTM_CONFIGURATION_COMMAND_H__
|
||||
#define __DTM_CONFIGURATION_COMMAND_H__
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include "esp_err.h"
|
||||
|
||||
esp_err_t dtm_configuration_command_enable(void);
|
||||
#endif
|
Reference in New Issue
Block a user