mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fix(ci): Fix declaration isn't a prototype issue
This commit is contained in:
parent
0359d0df5d
commit
1398605873
@ -665,7 +665,7 @@ int ble_vhci_disc_duplicate_set_period_refresh_time(int refresh_period_time){
|
|||||||
/**
|
/**
|
||||||
* @brief Config scan duplicate option mode from menuconfig (Adapt to the old configuration method.)
|
* @brief Config scan duplicate option mode from menuconfig (Adapt to the old configuration method.)
|
||||||
*/
|
*/
|
||||||
void ble_controller_scan_duplicate_config()
|
void ble_controller_scan_duplicate_config(void)
|
||||||
{
|
{
|
||||||
uint32_t duplicate_mode = FILTER_DUPLICATE_DEFAULT;
|
uint32_t duplicate_mode = FILTER_DUPLICATE_DEFAULT;
|
||||||
uint32_t cache_size = CONFIG_BT_LE_SCAN_DUPL_CACHE_SIZE;
|
uint32_t cache_size = CONFIG_BT_LE_SCAN_DUPL_CACHE_SIZE;
|
||||||
|
@ -631,7 +631,7 @@ int ble_vhci_disc_duplicate_set_period_refresh_time(int refresh_period_time){
|
|||||||
/**
|
/**
|
||||||
* @brief Config scan duplicate option mode from menuconfig (Adapt to the old configuration method.)
|
* @brief Config scan duplicate option mode from menuconfig (Adapt to the old configuration method.)
|
||||||
*/
|
*/
|
||||||
void ble_controller_scan_duplicate_config()
|
void ble_controller_scan_duplicate_config(void)
|
||||||
{
|
{
|
||||||
uint32_t duplicate_mode = FILTER_DUPLICATE_DEFAULT;
|
uint32_t duplicate_mode = FILTER_DUPLICATE_DEFAULT;
|
||||||
uint32_t cache_size = CONFIG_BT_LE_SCAN_DUPL_CACHE_SIZE;
|
uint32_t cache_size = CONFIG_BT_LE_SCAN_DUPL_CACHE_SIZE;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user