feat(ble/bluedroid): Support getting BLE address type in bond list
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user