mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-05 21:54:33 +02:00
delete the debug log in the btc_ble_storage file
This commit is contained in:
@@ -75,8 +75,6 @@ void btc_save_ble_bonding_keys(void)
|
|||||||
{
|
{
|
||||||
bt_bdaddr_t bd_addr;
|
bt_bdaddr_t bd_addr;
|
||||||
|
|
||||||
LOG_DEBUG("%s\n",__func__ );
|
|
||||||
|
|
||||||
bdcpy(bd_addr.address, pairing_cb.bd_addr);
|
bdcpy(bd_addr.address, pairing_cb.bd_addr);
|
||||||
if (pairing_cb.ble.is_penc_key_rcvd) {
|
if (pairing_cb.ble.is_penc_key_rcvd) {
|
||||||
btc_storage_add_ble_bonding_key(&bd_addr,
|
btc_storage_add_ble_bonding_key(&bd_addr,
|
||||||
|
Reference in New Issue
Block a user