Support for internal API to identify internal bonding
[platform/core/connectivity/bluetooth-frwk.git] / bt-service-adaptation / services / device / bt-service-bonded-device.c
index 5c859fd..795ed52 100644 (file)
@@ -536,6 +536,7 @@ int _bt_get_bonded_device_info(bluetooth_device_address_t *dev_addr)
        }
 
        _bt_convert_addr_type_to_string(address, dev_addr->addr);
+
        rem_info = _bt_service_get_remote_dev_info(address);
        if (!rem_info) {
                BT_ERR("Bonded device not found in the list, return error");