feat(ble/bluedroid): Support getting BLE address type in bond list

This commit is contained in:
zhanghaipeng
2024-08-07 19:17:54 +08:00
parent 327683185c
commit 9fcb712539
2 changed files with 12 additions and 2 deletions
@@ -631,6 +631,7 @@ typedef struct
{
esp_bd_addr_t bd_addr; /*!< peer address */
esp_ble_bond_key_info_t bond_key; /*!< the bond key information */
esp_ble_addr_type_t bd_addr_type; /*!< peer address type */
} esp_ble_bond_dev_t; /*!< the ble bond device type */