From 82c4f85e5f483017f204239443e486bf1fd49ba7 Mon Sep 17 00:00:00 2001 From: zhiweijian Date: Mon, 30 Mar 2026 15:55:40 +0800 Subject: [PATCH] fix(ble/bluedroid): Fixed build error due to rebase conflict --- components/bt/host/bluedroid/bta/include/bta/bta_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/bt/host/bluedroid/bta/include/bta/bta_api.h b/components/bt/host/bluedroid/bta/include/bta/bta_api.h index 07f2cc1f4f..5eb202ed5c 100644 --- a/components/bt/host/bluedroid/bta/include/bta/bta_api.h +++ b/components/bt/host/bluedroid/bta/include/bta/bta_api.h @@ -1999,7 +1999,7 @@ extern void BTA_DmWriteNewConnTxPwrLvl(INT8 pwr_lvl_min, INT8 pwr_lvl_max, tBTA_ extern void BTA_DmReadBredrTxPwrLvl(tBTM_TX_PWR_LVL_TYPE type, tBTA_CMPL_CB *cmpl_cb); extern void BTA_DmWriteBredrTxPwrLvl(tBTM_TX_PWR_LVL_TYPE type, INT8 tx_power, tBTA_CMPL_CB *cmpl_cb); #endif // #if (CLASSIC_BT_INCLUDED == TRUE) -extern void BTA_DmBleReadChannelMap(BD_ADDR remote_device, tBTA_CMPL_CB *p_callback); +extern void BTA_DmBleReadChannelMap(BD_ADDR remote_device); /******************************************************************************* **