kopia lustrzana https://github.com/espressif/esp-idf
component/bt: delete the bd_addr to avoid the warning.
rodzic
4734ba40b0
commit
411b5ecc43
|
@ -118,7 +118,6 @@ static void btc_disable_bluetooth_evt(void)
|
|||
static void btc_dm_ble_auth_cmpl_evt (tBTA_DM_AUTH_CMPL *p_auth_cmpl)
|
||||
{
|
||||
/* Save link key, if not temporary */
|
||||
bt_bdaddr_t bd_addr;
|
||||
bt_status_t status = BT_STATUS_FAIL;
|
||||
if (p_auth_cmpl->success) {
|
||||
status = BT_STATUS_SUCCESS;
|
||||
|
|
Ładowanie…
Reference in New Issue